mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 19:21:26 +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
|
name: Publish add-on update
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
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
|
- name: 🚀 Run Repository Updater
|
||||||
uses: hassio-addons/repository-updater@v1.0.0
|
uses: hassio-addons/repository-updater@v1.0.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue