configure workflow

pull/1644/head
Sergei Meza 2022-10-14 16:48:24 +09:00
parent 43db793406
commit a19ce30181
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ jobs:
--push
rollout:
needs: update_config
needs: build_and_publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -78,7 +78,7 @@ jobs:
-n alpha
slackNotification:
needs: build_and_publish
needs: rollout
name: Slack Notification
runs-on: ubuntu-latest
steps: