Skip to content

Commit cf9fee3

Browse files
committed
testing for first round of scheduled builds: also notify Slack on success
1 parent 83d8cff commit cf9fee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
#----------------------------------------------
176176
- name: Post a Slack message if build failed
177177
uses: slackapi/[email protected]
178-
if: failure() && github.event_name == 'schedule'
178+
if: (success() || failure()) && github.event_name == 'schedule'
179179
with:
180180
webhook: ${{ secrets.SCHEDULED_GITHUB_SLACK_WEBHOOK }}
181181
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)