We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb21c82 commit 41f4303Copy full SHA for 41f4303
1 file changed
.github/workflows/scheduled.yml
@@ -11,7 +11,7 @@ concurrency:
11
12
jobs:
13
check:
14
- runs-on: self-hosted-ghr-size-s-x64
+ runs-on: ubuntu-latest
15
outputs:
16
configs: ${{ steps.repo_check.outputs.configs }}
17
steps:
@@ -272,3 +272,16 @@ jobs:
272
DOCKER_PASSWORD: "${{ secrets.DOCKER_PASSWORD }}"
273
HARBOR_PASSWORD: "${{ secrets.HARBOR_PASSWORD }}"
274
MACOS_PASSWORD: "${{ secrets.MACOS_PASSWORD }}"
275
+ notify:
276
+ name: Discord Notification
277
278
+ needs:
279
+ - check
280
+ - deploy
281
+ if: cancelled() || failure()
282
+ steps:
283
+ - name: Notify
284
+ uses: nobrayner/discord-webhook@1766a33bf571acdcc0678f00da4fb83aad01ebc7 # v1
285
+ with:
286
+ github-token: ${{ secrets.github_token }}
287
+ discord-webhook: ${{ secrets.DISCORD_WEBHOOK }}
0 commit comments