Merge branch 'automation' into develop

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,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