This commit is contained in:
Federico Cecchetto 2022-02-03 00:36:01 +01:00
parent b7dd2db918
commit 6e94f0d5f2

View File

@ -19,7 +19,7 @@ jobs:
- Release
steps:
- name: Wait for previous workflows
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref = 'refs/heads/develop')
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop')
uses: softprops/turnstyle@v1
with:
poll-interval-seconds: 10