Skip to content

Commit 42eb8f3

Browse files
committed
Remove the trigger again
1 parent 0264de2 commit 42eb8f3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@ jobs:
147147
echo "EOF" >> "$GITHUB_OUTPUT"
148148
149149
check_missing:
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-
)
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+
# )
155155
needs: check_EESSI_version_changed_files
156156
strategy:
157157
fail-fast: false

0 commit comments

Comments
 (0)