mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
leverage turnstyle to serialize release workflows (#232)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
parent
9cd8a4fc4d
commit
f1c585e318
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user