We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4468e19 commit 7be1e87Copy full SHA for 7be1e87
.github/workflows/batch_release_pr.yml
@@ -15,12 +15,6 @@ jobs:
15
- name: Set up tools
16
run: dart pub get
17
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
24
- name: create batch release PR
25
run: |
26
git config --global user.name ${{ secrets.USER_NAME }}
0 commit comments