Correct dependencies in release workflow
All checks were successful
Build Develop Image / Build Image (push) Successful in 26s
Build Develop Image / Notify (push) Successful in 5s
Test Pull Request / Build Image (pull_request) Successful in 47s
Test Pull Request / Notify (pull_request) Successful in 3s

This commit is contained in:
MrMeeb 2024-05-06 12:10:12 +00:00
parent 7406fc7dde
commit 238920c850
Signed by: MrMeeb
SSH Key Fingerprint: SHA256:9ii6CJ11ZIZeIhBYDDUsxf/W0cwSp5Iqzb10Iydh3a4

View File

@ -46,6 +46,7 @@ jobs:
avatarUrl: ${{ vars.RUNNER_ICON_URL }}
"Create Release":
runs-on: ubuntu-latest
needs: ["Build Image"]
steps:
- name: Checkout
uses: actions/checkout@v4
@ -64,7 +65,7 @@ jobs:
"Notify":
runs-on: [ubuntu-docker-latest, linux/amd64]
needs: ["Build Image"]
needs: ["Build Image", "Create Release"]
steps:
- name: Notify of success
uses: rjstone/discord-webhook-notify@v1