Fix workflow?
This commit is contained in:
parent
242ec9411c
commit
310514b75d
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -19,9 +19,11 @@ jobs:
|
|||||||
- Release
|
- Release
|
||||||
steps:
|
steps:
|
||||||
- name: Wait for previous workflows
|
- name: Wait for previous workflows
|
||||||
uses: softprops/turnstyle@v1
|
uses: lewagon/wait-on-check-action@v1.3.1
|
||||||
with:
|
with:
|
||||||
poll-interval-seconds: 10
|
ref: ${{ github.ref }}
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
wait-interval: 10
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user