Compare commits

..

No commits in common. "7c8f1a32d5ae4d52bbb97226452f1584b2a45033" and "40dbf48afed8d9b20003f05323ec65f8db3b04b6" have entirely different histories.

View File

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