We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37696a9 commit 37c198fCopy full SHA for 37c198f
.github/workflows/codeql_unit_tests.yml
@@ -165,7 +165,7 @@ jobs:
165
runs-on: ubuntu-22.04
166
steps:
167
- name: Check if run-test-suites job failed to complete, if so fail
168
- if: ${{ needs.run-test-suites.result == 'failure }}
+ if: ${{ needs.run-test-suites.result == 'failure' }}
169
uses: actions/github-script@v3
170
with:
171
script: |
0 commit comments