Skip to content

Commit c4f32ec

Browse files
authored
Trivial change to trigger CI
1 parent 5cee392 commit c4f32ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-queries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
key: all-queries
3030
- name: check formatting
3131
run: find shared */ql -type f \( -name "*.qll" -o -name "*.ql" \) -print0 | xargs -0 -n 3000 -P 10 codeql query format -q --check-only
32-
- name: Omit DatabaseQualityDiagnostics.ql from compile checking # Remove me once CodeQL 2.18.0 is released
32+
- name: Omit DatabaseQualityDiagnostics.ql from compile checking # Remove me once CodeQL 2.18.0 is released!
3333
run: mv java/ql/src/Telemetry/DatabaseQualityDiagnostics.ql{,.hidden}
3434
- name: compile queries - check-only
3535
# run with --check-only if running in a PR (github.sha != main)

0 commit comments

Comments
 (0)