From 8d51aaa403059916e6001784b25ea14201b8a2b8 Mon Sep 17 00:00:00 2001 From: erik-krogh Date: Wed, 9 Nov 2022 14:44:10 +0100 Subject: [PATCH] add another fallback to main --- .github/workflows/compile-queries.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compile-queries.yml b/.github/workflows/compile-queries.yml index 75741cb8a35..5a477b5e99d 100644 --- a/.github/workflows/compile-queries.yml +++ b/.github/workflows/compile-queries.yml @@ -31,6 +31,7 @@ jobs: restore-keys: | codeql-compile-${{ github.base_ref }}-${{ env.merge-base }} codeql-compile-${{ github.base_ref }}- + codeql-compile-main- - name: Fill CodeQL query compilation cache - main if: ${{ github.event_name != 'pull_request' }} uses: actions/cache@v3