Skip to content

Commit

Permalink
re-enable slack notify
Browse files Browse the repository at this point in the history
won't actually do anything since we dont have a webhook enabled
  • Loading branch information
asteel-gsa committed Mar 6, 2024
1 parent 3e03999 commit f47a4b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/slack_notify.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Slack Notification

# on:
# workflow_run:
# workflows: ["Tests", "Docker Image For Main Builds", "Release Builds", "Build Docs"]
# types: [completed]
on:
workflow_run:
workflows: ["Tests", "Docker Image For Main Builds", "Release Builds", "Build Docs"]
types: [completed]

jobs:
send_notification:
Expand Down

0 comments on commit f47a4b7

Please sign in to comment.