1 parent a499037 commit 0522e3fCopy full SHA for 0522e3f
1 file changed
.github/workflows/develop.yml
@@ -25,6 +25,9 @@ jobs:
25
outputs:
26
result: ${{ github.event_name == 'push' && steps.stop-build.outputs.result || 'false' }}
27
steps:
28
+ - name: Wait for 2 minutes
29
+ run: sleep 120
30
+
31
- name: Check if there is an open PR for this branch
32
id: stop-build
33
if: ${{ github.event_name == 'push' }}
0 commit comments