Skip to content

Commit

Permalink
add comment to remove condition
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft committed Jul 12, 2023
1 parent e76c144 commit d6f60e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/e2e_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@ runs:

- name: Deploy logcollection
id: deploy-logcollection
# if: inputs.isDebugImage == 'false'
# temporarily deploy in debug clusters too to resolve "missing logs"-bug
# TODO(msanft):temporarily deploy in debug clusters too to resolve "missing logs"-bug
# see https://dev.azure.com/Edgeless/Edgeless/_workitems/edit/3227
# if: inputs.isDebugImage == 'false'
uses: ./.github/actions/deploy_logcollection
with:
kubeconfig: ${{ steps.constellation-create.outputs.kubeconfig }}
Expand Down

0 comments on commit d6f60e3

Please sign in to comment.