Update ci-3p-sqlalchemy.yml

fix/3p-ci-error-handling
Miro Stauder 2 years ago committed by GitHub
parent a3a6e12aef
commit a3cf8490e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save