We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6083c65 commit 1eb67c5Copy full SHA for 1eb67c5
.github/workflows/unittests.yml
@@ -12,6 +12,7 @@ jobs:
12
13
unit-tests:
14
15
+ if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
16
uses: jasp-stats/jasp-actions/.github/workflows/unittests.yml@master
17
with:
18
needs_JAGS: true
0 commit comments