Skip to content

Commit b2b9e18

Browse files
committed
Remove redundant dependency constraint for e2e workflow
Signed-off-by: Shiva Krishna, Merla <[email protected]>
1 parent fb8f670 commit b2b9e18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ on:
2525

2626
jobs:
2727
e2e-tests:
28-
needs: [build-multi-arch]
2928
runs-on: linux-amd64-cpu4
3029
if: ${{ github.event.workflow_run.conclusion == 'success' }} && ${{ github.event.workflow_run.event == 'push' }}
3130
permissions:

0 commit comments

Comments
 (0)