Skip to content

Commit adbe127

Browse files
committed
[no-relnote] Remove on push trigger
Signed-off-by: Evan Lezar <[email protected]>
1 parent 82ccae2 commit adbe127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
e2e-tests:
2929
runs-on: linux-amd64-cpu4
30-
if: ${{ github.event.workflow_run.conclusion == 'success' }} && ${{ github.event.workflow_run.event == 'push' }}
30+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
3131
steps:
3232
- name: Check out code
3333
uses: actions/checkout@v4

0 commit comments

Comments
 (0)