Skip to content

Commit 3fdc7ce

Browse files
Nightly build posts results to slack app (#244)
* Nightly build posts results to slack app
1 parent 71aadbf commit 3fdc7ce

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,11 @@ jobs:
3333
env:
3434
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
3535
run: tox -e nightly # Run tox using latest master branch from py42/c42eventextractor
36+
- name: Notify Slack Action
37+
uses: 8398a7/action-slack@v3
38+
with:
39+
status: ${{ job.status }}
40+
fields: repo,message,commit,author,action,workflow
41+
env:
42+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
43+
if: failure()

0 commit comments

Comments
 (0)