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 }}