Skip to content

Commit 7be1e87

Browse files
committed
clean up
1 parent 4468e19 commit 7be1e87

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/batch_release_pr.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ jobs:
1515
- name: Set up tools
1616
run: dart pub get
1717
working-directory: ${{ github.workspace }}/script/tool
18-
# Give some time for LUCI checks to start becoming populated.
19-
# Because of latency in Github Webhooks, we need to wait for a while
20-
# before being able to look at checks scheduled by LUCI.
21-
- name: Give webhooks a minute
22-
run: sleep 60s
23-
shell: bash
2418
- name: create batch release PR
2519
run: |
2620
git config --global user.name ${{ secrets.USER_NAME }}

0 commit comments

Comments
 (0)