Skip to content

Commit 9e5e415

Browse files
committed
Try to force the CI
1 parent 8df9cd8 commit 9e5e415

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)