Skip to content

Commit 4a7827c

Browse files
authored
Skip build-number check on manual Fastly purge (#60864)
1 parent 5e9dcbc commit 4a7827c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/purge-fastly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- uses: ./.github/actions/node-npm-setup
4040

4141
- name: Wait for production to match build number
42+
if: github.event_name != 'workflow_dispatch'
4243
run: |
4344
needs=$(git rev-parse HEAD)
4445
start_time=$(date +%s)

0 commit comments

Comments
 (0)