We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068c792 commit 9b657f6Copy full SHA for 9b657f6
.github/workflows/purge-fastly.yml
@@ -30,7 +30,7 @@ env:
30
31
jobs:
32
send-purges:
33
- if: ${{ github.repository == 'github/docs-internal' }}
+ if: ${{ github.repository == 'github/docs-internal' && (github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success') }}
34
runs-on: ubuntu-latest
35
steps:
36
- name: Check out repo
0 commit comments