We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159e737 commit ad9031aCopy full SHA for ad9031a
.github/workflows/e2e.yaml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
github_token: ${{ secrets.GITHUB_TOKEN }}
25
paths_ignore: '["**.md", "**.png", "**.jpg"]'
26
- do_not_skip: '["workflow_dispatch", "schedule", "push"]'
+ do_not_skip: '["workflow_dispatch", "schedule", "push", "issue_comment"]'
27
28
e2e:
29
runs-on: ubuntu-22.04
@@ -71,4 +71,4 @@ jobs:
71
if: always()
72
run: |
73
eval $(make --no-print-directory build.vars)
74
- ${KUBECTL} delete managed --all
+ ${KUBECTL} delete managed --all
0 commit comments