leverage turnstyle to serialize release workflows (#232)

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek 2020-05-26 14:38:06 -04:00 committed by GitHub
parent 9cd8a4fc4d
commit f1c585e318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,19 @@ on:
jobs:
release:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Turnstyle
uses: softprops/turnstyle@v1
with:
continue-after-seconds: 180
env:
GITHUB_TOKEN: ${{ secrets.CR_TOKEN }}
- name: Fetch history
run: git fetch --prune --unshallow