mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 11:11:25 +00:00
Add Turnstyle step to repository updater workflow
This commit is contained in:
parent
c1a68122a8
commit
d5bd8547a7
1 changed files with 6 additions and 0 deletions
6
.github/workflows/repository-updater.yaml
vendored
6
.github/workflows/repository-updater.yaml
vendored
|
@ -11,6 +11,12 @@ jobs:
|
|||
name: Publish add-on update
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 🔂 Wait for other runs to complete
|
||||
uses: softprops/turnstyle@v1
|
||||
with:
|
||||
continue-after-seconds: 1200
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: 🚀 Run Repository Updater
|
||||
uses: hassio-addons/repository-updater@v1.0.0
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue