Correct workflow dependency graph

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

View File

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

View File

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