File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,15 +142,15 @@ jobs:
142142
143143 # Use GITHUB_OUTPUT heredoc correctly
144144 echo "EESSI_VERSIONS<<EOF" >> "$GITHUB_OUTPUT"
145- echo "$EESSI_VERSIONS " >> "$GITHUB_OUTPUT"
145+ echo "2025.06 " >> "$GITHUB_OUTPUT"
146146 echo "EOF" >> "$GITHUB_OUTPUT"
147147
148148 check_missing :
149- if : >
150- (
151- contains(github.event.pull_request.labels.*.name, 'bot:deploy')
152- || contains(github.event.pull_request.labels.*.name, 'force-ci-checks')
153- )
149+ # if: >
150+ # (
151+ # contains(github.event.pull_request.labels.*.name, 'bot:deploy')
152+ # || contains(github.event.pull_request.labels.*.name, 'force-ci-checks')
153+ # )
154154 needs : check_EESSI_version_changed_files
155155 strategy :
156156 fail-fast : false
@@ -196,11 +196,11 @@ jobs:
196196 cvmfs_repositories : software.eessi.io
197197
198198 - name : Check for missing installlations
199- # if: >
200- # contains(
201- # needs.check_EESSI_version_changed_files.outputs.EESSI_VERSIONS,
202- # matrix.EESSI_VERSION
203- # )
199+ if : >
200+ contains(
201+ needs.check_EESSI_version_changed_files.outputs.EESSI_VERSIONS,
202+ matrix.EESSI_VERSION
203+ )
204204 run : |
205205 # Do a basic initialisation to set up Lmod and EESSI modules
206206 export EESSI_MODULE_STICKY=1
You can’t perform that action at this time.
0 commit comments