Skip to content

Commit ad9031a

Browse files
committed
Do not skip with noop for issue_comment
Signed-off-by: Hasan Turken <[email protected]>
1 parent 159e737 commit ad9031a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
github_token: ${{ secrets.GITHUB_TOKEN }}
2525
paths_ignore: '["**.md", "**.png", "**.jpg"]'
26-
do_not_skip: '["workflow_dispatch", "schedule", "push"]'
26+
do_not_skip: '["workflow_dispatch", "schedule", "push", "issue_comment"]'
2727

2828
e2e:
2929
runs-on: ubuntu-22.04
@@ -71,4 +71,4 @@ jobs:
7171
if: always()
7272
run: |
7373
eval $(make --no-print-directory build.vars)
74-
${KUBECTL} delete managed --all
74+
${KUBECTL} delete managed --all

0 commit comments

Comments
 (0)