Skip to content

Commit

Permalink
run compat helper only on upstream repository (#30)
Browse files Browse the repository at this point in the history
This if-condition avoids, that the compat helper is executed in forks.

copy of: QEDjl-project/QEDfields.jl#19
  • Loading branch information
SimeonEhrig authored Oct 23, 2023
1 parent 900dcff commit 6530520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ permissions:
pull-requests: write
jobs:
CompatHelper:
if: github.repository == 'QEDjl-project/QEDprocesses.jl'
runs-on: ubuntu-latest
steps:
- name: Check if Julia is already available in the PATH
Expand Down

0 comments on commit 6530520

Please sign in to comment.