Fix workflow?

This commit is contained in:
fed 2023-05-24 17:18:35 +02:00
parent 242ec9411c
commit 310514b75d

View File

@ -19,9 +19,11 @@ jobs:
- Release
steps:
- name: Wait for previous workflows
uses: softprops/turnstyle@v1
uses: lewagon/wait-on-check-action@v1.3.1
with:
poll-interval-seconds: 10
ref: ${{ github.ref }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}