From a3cf8490e7b7f0f6cd80d84df90e1f2a57958c2a Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Fri, 29 Nov 2024 11:26:20 +0100 Subject: [PATCH] Update ci-3p-sqlalchemy.yml --- .github/workflows/ci-3p-sqlalchemy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-3p-sqlalchemy.yml b/.github/workflows/ci-3p-sqlalchemy.yml index a0e02ef3c..50b66cd26 100644 --- a/.github/workflows/ci-3p-sqlalchemy.yml +++ b/.github/workflows/ci-3p-sqlalchemy.yml @@ -66,6 +66,7 @@ jobs: # proxysql - name: Wait for cache + if: ${{ $BRANCH != 'none' }} env: GH_TOKEN: ${{ secrets.gh_token }} run: | @@ -80,6 +81,7 @@ jobs: echo "Cache available '${BLDCACHE}'" - name: Cache restore bin + if: ${{ $BRANCH != 'none' }} uses: actions/cache/restore@v4 with: key: ${{ env.BLDCACHE }}