Skip to content

Commit

Permalink
always send notifications (make docker step failure didn't give notif)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudeepdino008 committed Sep 12, 2024
1 parent 3b7f6b9 commit c1219cd
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/test-kurtosis-assertoor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ on:
schedule:
- cron: "0 2,14 * * *" # runs at 2am and 2pm UTC
workflow_dispatch:
# pull_request:
# branches:
# - sudeep/kurtosis_assertoor
# types:
# - opened
# - reopened
# - synchronize
# - ready_for_review
# push:
# branches:
# - sudeep/kurtosis_assertoor
pull_request:
branches:
- kurtosis_ci_fix
types:
- opened
- reopened
- synchronize
- ready_for_review
push:
branches:
- kurtosis_ci_fix



Expand Down Expand Up @@ -52,6 +52,7 @@ jobs:

- name: discord notifications push
uses: nobrayner/discord-webhook@v1
if: ${{ always() }}
with:
github-token: ${{ secrets.github_token }}
discord-webhook: ${{ secrets.DISCORD_WEBHOOK }}

0 comments on commit c1219cd

Please sign in to comment.