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.
2 parents 25f6880 + 6639bda commit 360cf0fCopy full SHA for 360cf0f
.github/workflows/ql-for-ql-build.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/cache@v2
32
with:
33
path: ${{ runner.temp }}/query-pack.zip
34
- key: queries-${{ hashFiles('ql/**/*.ql*') }}-${{ hashFiles('ql/ql/src/ql.dbscheme*') }}-${{ steps.get-codeql-version.outputs.version }}
+ key: queries-${{ hashFiles('ql/**/*.ql*') }}-${{ hashFiles('ql/**/qlpack.yml') }}-${{ hashFiles('ql/ql/src/ql.dbscheme*') }}-${{ steps.get-codeql-version.outputs.version }}
35
- name: Build query pack
36
if: steps.cache-queries.outputs.cache-hit != 'true'
37
run: |
0 commit comments