mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
configure workflow
This commit is contained in:
parent
43db793406
commit
a19ce30181
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy-alpha.yml
vendored
4
.github/workflows/deploy-alpha.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue