chore: wait 1m before starting website deploy after schema build
This commit is contained in:
parent
b55f006c1c
commit
32bbddc245
1 changed files with 2 additions and 1 deletions
3
.github/workflows/trigger-rebuilds.yml
vendored
3
.github/workflows/trigger-rebuilds.yml
vendored
|
|
@ -15,5 +15,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'blue-build/modules'
|
||||
steps:
|
||||
- run: echo "website:" && curl -X POST -d {} ${{ secrets.WEBSITE_DEPLOY_HOOK }}
|
||||
- run: echo "schemas:" && curl -X POST -d {} ${{ secrets.SCHEMAS_DEPLOY_HOOK }}
|
||||
- run: sleep 1m
|
||||
- run: echo "website:" && curl -X POST -d {} ${{ secrets.WEBSITE_DEPLOY_HOOK }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue