Skip to content

Commit 0264de2

Browse files
committed
Add back the trigger
1 parent 9e5e415 commit 0264de2

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ env:
2626
- aarch64/neoverse_n1
2727
- aarch64/neoverse_v1
2828
- aarch64/nvidia/grace
29+
- aarch64/a64fx
2930
2025.06:
3031
x86_64:
3132
- x86_64/amd/zen2
@@ -146,11 +147,11 @@ jobs:
146147
echo "EOF" >> "$GITHUB_OUTPUT"
147148
148149
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-
# )
150+
if: >
151+
(
152+
contains(github.event.pull_request.labels.*.name, 'bot:deploy')
153+
|| contains(github.event.pull_request.labels.*.name, 'force-ci-checks')
154+
)
154155
needs: check_EESSI_version_changed_files
155156
strategy:
156157
fail-fast: false

0 commit comments

Comments
 (0)