Skip to content

Commit

Permalink
Update nightly-scheduled-test.yml
Browse files Browse the repository at this point in the history
remove slack notification from personal nightly test to stop it from failing. I really don't need the emails or notifications on slack.
  • Loading branch information
zacshowa authored Dec 7, 2023
1 parent 22f9df3 commit 6ddc592
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/nightly-scheduled-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,5 @@ jobs:
with:
command: test

- name: Slack Notification
uses: ravsamhq/notify-slack-action@v1
if: always()
with:
status: ${{ job.status }}
notification_title: "*{repo}:* ${{ matrix.os }} *{branch}:* ${{ matrix.branch }}"
message_format: "{emoji} *{workflow}:* *{status_message}* in <{repo_url}|{repo}@{branch}> on <{commit_url}|{commit_sha}>"
footer: "<{run_url}|View Run>"
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

- name: Fake Commit after 50 days
uses: gautamkrishnar/keepalive-workflow@790c7f09285a59b09bb578c85e271c6ff2af97c4 #v1.1.0

0 comments on commit 6ddc592

Please sign in to comment.