fix: invalidate cache action (#2138)

This commit is contained in:
Alex Varchuk 2022-08-18 17:26:00 +03:00 committed by GitHub
parent 0b87d25c42
commit c7d5ae03ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,8 +96,7 @@ jobs:
invalidate-cache:
name: Clear cache
runs-on: ubuntu-latest
needs: [check-version, publish-npm, publish-cli-s3, publish-cdn]
if: needs.check-version.outputs.changed == 'true'
needs: [publish, publish-cdn]
steps:
- name: Checkout repository
uses: actions/checkout@v3