Compare commits
No commits in common. "7c8f1a32d5ae4d52bbb97226452f1584b2a45033" and "40dbf48afed8d9b20003f05323ec65f8db3b04b6" have entirely different histories.
7c8f1a32d5
...
40dbf48afe
@ -46,7 +46,6 @@ jobs:
|
|||||||
avatarUrl: ${{ vars.RUNNER_ICON_URL }}
|
avatarUrl: ${{ vars.RUNNER_ICON_URL }}
|
||||||
"Create Release":
|
"Create Release":
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: ["Build Image"]
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -65,7 +64,7 @@ jobs:
|
|||||||
|
|
||||||
"Notify":
|
"Notify":
|
||||||
runs-on: [ubuntu-docker-latest, linux/amd64]
|
runs-on: [ubuntu-docker-latest, linux/amd64]
|
||||||
needs: ["Build Image", "Create Release"]
|
needs: ["Build Image"]
|
||||||
steps:
|
steps:
|
||||||
- name: Notify of success
|
- name: Notify of success
|
||||||
uses: rjstone/discord-webhook-notify@v1
|
uses: rjstone/discord-webhook-notify@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user