Skip to content

Commit e50af37

Browse files
Update .github/workflows/pr-label.yml
Co-authored-by: AllanZhengYP <zheallan@amazon.com>
1 parent 6141cfd commit e50af37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
update-failure-status:
7676
if: ${{ failure() }}
77-
needs: [setup, prebuild, prebuild-samples-staging, e2e]
77+
needs: [e2e]
7878
runs-on: ubuntu-latest
7979
permissions:
8080
statuses: write # This is required for running set-status actions

0 commit comments

Comments
 (0)