Skip to content

Commit 99dbc61

Browse files
authored
Set continue-on-error to true for "run-query" jobs
1 parent 5eb3887 commit 99dbc61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/codeql-query.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
run-query:
1111
runs-on: ubuntu-latest
12+
continue-on-error: true
1213
strategy:
1314
fail-fast: false
1415
matrix:

0 commit comments

Comments
 (0)