Fix double actions on PRs
This commit is contained in:
parent
ff68ede186
commit
f038894430
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -7,6 +7,8 @@ on:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
# Only run on PRs if the source branch is on someone else's repo
|
||||
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
|
||||
name: Test
|
||||
runs-on: 'ubuntu-latest'
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue