Skip to content

Commit 9168714

Browse files
committed
Remove uneccesary wait
1 parent 51ae06a commit 9168714

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/_push_docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ jobs:
66
runs-on: ubuntu-latest
77

88
steps:
9-
- name: Avoid git conflicts when tag and branch pushed at same time
10-
if: github.ref_type == 'tag'
11-
run: sleep 60
12-
139
- name: Checkout
1410
uses: actions/checkout@v4
1511
with:

0 commit comments

Comments
 (0)