Skip to content

Commit

Permalink
fix: disable slack messages for successful scheduled builds
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Dec 5, 2024
1 parent 0609a79 commit c96be72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:

- name: Post build message
uses: slackapi/[email protected]
if: github.event_name != 'schedule'
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook
Expand Down

0 comments on commit c96be72

Please sign in to comment.