mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 08:36:33 +03:00
fix: invalidate cache action (#2138)
This commit is contained in:
parent
0b87d25c42
commit
c7d5ae03ef
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
@ -96,8 +96,7 @@ jobs:
|
||||||
invalidate-cache:
|
invalidate-cache:
|
||||||
name: Clear cache
|
name: Clear cache
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [check-version, publish-npm, publish-cli-s3, publish-cdn]
|
needs: [publish, publish-cdn]
|
||||||
if: needs.check-version.outputs.changed == 'true'
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user