Add Turnstyle step to repository updater workflow

This commit is contained in:
Franck Nijhof 2021-01-19 12:03:41 +01:00
parent c1a68122a8
commit d5bd8547a7
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -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: