Merge branch 'automation' into develop
Some checks failed
Build Image / Validate Image (push) Failing after 1m57s
Build Image / Publish Image (push) Has been skipped
Build Image / Notify (push) Has been skipped

This commit is contained in:
2024-05-12 11:30:13 +00:00
7 changed files with 50 additions and 8 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,11 @@ jobs:
"Notify":
runs-on: [ubuntu-docker-latest, linux/amd64]
<<<<<<< HEAD
needs: ["Build Image", "Validate Image"]
=======
needs: ["Validate Image", "Publish Image"]
>>>>>>> automation
steps:
- name: Notify of success
uses: rjstone/discord-webhook-notify@v1