Compare commits
3 Commits
40dbf48afe
...
7c8f1a32d5
Author | SHA1 | Date | |
---|---|---|---|
7c8f1a32d5 | |||
6c26f04096 | |||
238920c850 |
@ -46,6 +46,7 @@ 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
|
||||||
@ -64,7 +65,7 @@ jobs:
|
|||||||
|
|
||||||
"Notify":
|
"Notify":
|
||||||
runs-on: [ubuntu-docker-latest, linux/amd64]
|
runs-on: [ubuntu-docker-latest, linux/amd64]
|
||||||
needs: ["Build Image"]
|
needs: ["Build Image", "Create Release"]
|
||||||
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