Correct workflow dependency graph

This commit is contained in:
MrMeeb 2024-05-12 11:22:16 +00:00
parent a82028cde5
commit 93ed0281a1
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ jobs:
"Notify":
runs-on: [ubuntu-docker-latest, linux/amd64]
needs: ["Build Image", "Validate Image"]
needs: ["Validate Image", "Publish Image"]
steps:
- name: Notify of success
uses: rjstone/discord-webhook-notify@v1

View File

@ -75,7 +75,7 @@ jobs:
"Notify":
runs-on: [ubuntu-docker-latest, linux/amd64]
needs: ["Build Image", "Validate Image"]
needs: ["Validate Image", "Publish Image"]
steps:
- name: Notify of success
uses: rjstone/discord-webhook-notify@v1