configure workflow
parent
43db793406
commit
a19ce30181
|
@ -53,7 +53,7 @@ jobs:
|
||||||
--push
|
--push
|
||||||
|
|
||||||
rollout:
|
rollout:
|
||||||
needs: update_config
|
needs: build_and_publish
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -78,7 +78,7 @@ jobs:
|
||||||
-n alpha
|
-n alpha
|
||||||
|
|
||||||
slackNotification:
|
slackNotification:
|
||||||
needs: build_and_publish
|
needs: rollout
|
||||||
name: Slack Notification
|
name: Slack Notification
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue