Skip to content

Commit

Permalink
ci: run only once
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Nov 24, 2020
1 parent c27f88a commit 3f9e7cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -6,6 +6,9 @@ jobs:
test:
runs-on: ubuntu-latest

# We want to run on external PRs, but not on our own internal PRs as they'll be run by the push to the branch.
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 3f9e7cc

Please sign in to comment.