Skip to content

Commit 1eb67c5

Browse files
committed
avoid double unit test runs on pr + push
1 parent 6083c65 commit 1eb67c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unittests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212

1313
unit-tests:
1414

15+
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
1516
uses: jasp-stats/jasp-actions/.github/workflows/unittests.yml@master
1617
with:
1718
needs_JAGS: true

0 commit comments

Comments
 (0)