We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0264de2 commit 42eb8f3Copy full SHA for 42eb8f3
1 file changed
.github/workflows/test-software.eessi.io.yml
@@ -147,11 +147,11 @@ jobs:
147
echo "EOF" >> "$GITHUB_OUTPUT"
148
149
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
- )
+ # if: >
+ # (
+ # contains(github.event.pull_request.labels.*.name, 'bot:deploy')
+ # || contains(github.event.pull_request.labels.*.name, 'force-ci-checks')
+ # )
155
needs: check_EESSI_version_changed_files
156
strategy:
157
fail-fast: false
0 commit comments