Skip to content

Commit e68eca5

Browse files
author
Jensen Tong
committed
ci: allow e2e untrusted outcome to skip if approval gate is skipped
Signed-off-by: Jensen Tong <jetong@amazon.com>
1 parent 5998b2d commit e68eca5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-test-untrusted.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
secrets: inherit
4444
outcome:
4545
name: All E2E Tests Passed
46-
if: always()
46+
if: ${{ github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id }}
4747
runs-on: ubuntu-latest
4848
needs:
4949
- e2e

0 commit comments

Comments
 (0)