Skip to content

Commit

Permalink
Always send slack start message
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Nov 12, 2024
1 parent 7afbf09 commit ce6f3ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
echo "job_id=$job_id" >> $GITHUB_OUTPUT
- name: Notify Slack on Start
if: ${{ success() }}
run: ./scripts/slack.sh
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand Down

0 comments on commit ce6f3ab

Please sign in to comment.