Skip to content

Commit

Permalink
Only run untrusted tests if PR is from a fork
Browse files Browse the repository at this point in the history
  • Loading branch information
muddyfish committed Jan 9, 2025
1 parent b3055ff commit 67dd28c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-test-untrusted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:
jobs:
e2e:
name: E2E Tests
if: ${{ github.pull_request.head.repo.id != github.pull_request.base.repo.id }}
uses: ./.github/workflows/e2e-tests.yaml
with:
environment: "untrusted"
Expand Down

0 comments on commit 67dd28c

Please sign in to comment.