Skip to content

Commit 0522e3f

Browse files
committed
Delay "Check if build should be stopped"
1 parent a499037 commit 0522e3f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/develop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
outputs:
2626
result: ${{ github.event_name == 'push' && steps.stop-build.outputs.result || 'false' }}
2727
steps:
28+
- name: Wait for 2 minutes
29+
run: sleep 120
30+
2831
- name: Check if there is an open PR for this branch
2932
id: stop-build
3033
if: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)