Skip to content

Commit e859bb5

Browse files
authored
Merge pull request #24315 from github/repo-sync
repo sync
2 parents 6295589 + 9b657f6 commit e859bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/purge-fastly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env:
3030

3131
jobs:
3232
send-purges:
33-
if: ${{ github.repository == 'github/docs-internal' }}
33+
if: ${{ github.repository == 'github/docs-internal' && (github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success') }}
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Check out repo

0 commit comments

Comments
 (0)