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 380070f commit 47c9b44Copy full SHA for 47c9b44
.github/workflows/ql-for-ql-build.yml
@@ -10,7 +10,7 @@ env:
10
CARGO_TERM_COLOR: always
11
12
jobs:
13
- all-the-things:
+ analyze:
14
runs-on: ubuntu-latest-xl
15
steps:
16
### Build the queries ###
@@ -147,6 +147,7 @@ jobs:
147
run: |
148
echo "paths-ignore:" >> ${CONF}
149
echo " - ql/ql/test" >> ${CONF}
150
+ echo " - \"*/ql/lib/upgrades/\"" >> ${CONF}
151
echo "disable-default-queries: true" >> ${CONF}
152
echo "packs:" >> ${CONF}
153
echo " - codeql/ql" >> ${CONF}
0 commit comments