Skip to content

Commit d12484b

Browse files
authored
Merge pull request #1088 from ocaisa/fix_hooks_ci
Only check for changes to eb_hooks.py in a PR context
2 parents fb040d6 + 8c9694e commit d12484b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test-software.eessi.io.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
fi
137137
138138
- name: Check that EasyBuild hook is up to date
139+
if: ${{ github.event_name == 'pull_request' }}
139140
run: |
140141
FILE="eb_hooks.py"
141142
TEMP_FILE="$(mktemp)"

0 commit comments

Comments
 (0)