Skip to content

Commit

Permalink
update workflow to avoid double runs
Browse files Browse the repository at this point in the history
  • Loading branch information
vandenman committed Nov 23, 2024
1 parent 7a101aa commit 003049a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:

unit-tests:

if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
uses: jasp-stats/jasp-actions/.github/workflows/unittests.yml@master
with:
needs_JAGS: false
Expand Down

0 comments on commit 003049a

Please sign in to comment.