We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb040d6 + 8c9694e commit d12484bCopy full SHA for d12484b
1 file changed
.github/workflows/test-software.eessi.io.yml
@@ -136,6 +136,7 @@ jobs:
136
fi
137
138
- name: Check that EasyBuild hook is up to date
139
+ if: ${{ github.event_name == 'pull_request' }}
140
run: |
141
FILE="eb_hooks.py"
142
TEMP_FILE="$(mktemp)"
0 commit comments