We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5e415 commit 0264de2Copy full SHA for 0264de2
1 file changed
.github/workflows/test-software.eessi.io.yml
@@ -26,6 +26,7 @@ env:
26
- aarch64/neoverse_n1
27
- aarch64/neoverse_v1
28
- aarch64/nvidia/grace
29
+ - aarch64/a64fx
30
2025.06:
31
x86_64:
32
- x86_64/amd/zen2
@@ -146,11 +147,11 @@ jobs:
146
147
echo "EOF" >> "$GITHUB_OUTPUT"
148
149
check_missing:
- #if: >
150
- # (
151
- # contains(github.event.pull_request.labels.*.name, 'bot:deploy')
152
- # || contains(github.event.pull_request.labels.*.name, 'force-ci-checks')
153
- # )
+ if: >
+ (
+ contains(github.event.pull_request.labels.*.name, 'bot:deploy')
+ || contains(github.event.pull_request.labels.*.name, 'force-ci-checks')
154
+ )
155
needs: check_EESSI_version_changed_files
156
strategy:
157
fail-fast: false
0 commit comments