Skip to content

Commit 47c9b44

Browse files
committed
exclude upgrade scripts from QL-for-QL
1 parent 380070f commit 47c9b44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ql-for-ql-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
CARGO_TERM_COLOR: always
1111

1212
jobs:
13-
all-the-things:
13+
analyze:
1414
runs-on: ubuntu-latest-xl
1515
steps:
1616
### Build the queries ###
@@ -147,6 +147,7 @@ jobs:
147147
run: |
148148
echo "paths-ignore:" >> ${CONF}
149149
echo " - ql/ql/test" >> ${CONF}
150+
echo " - \"*/ql/lib/upgrades/\"" >> ${CONF}
150151
echo "disable-default-queries: true" >> ${CONF}
151152
echo "packs:" >> ${CONF}
152153
echo " - codeql/ql" >> ${CONF}

0 commit comments

Comments
 (0)