Skip to content

Commit 37c198f

Browse files
authored
Updates from editor
1 parent 37696a9 commit 37c198f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql_unit_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
runs-on: ubuntu-22.04
166166
steps:
167167
- name: Check if run-test-suites job failed to complete, if so fail
168-
if: ${{ needs.run-test-suites.result == 'failure }}
168+
if: ${{ needs.run-test-suites.result == 'failure' }}
169169
uses: actions/github-script@v3
170170
with:
171171
script: |

0 commit comments

Comments
 (0)