We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd56a53 commit d288e12Copy full SHA for d288e12
.github/workflows/ci.yml
@@ -1,6 +1,12 @@
1
name: smalltalkCI
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ pull_request:
6
+ branches:
7
+ master
8
+ schedule:
9
+ - cron: "15 2 7 * *" #run job on the 7th day of every month on the 15th minute of the 2nd hour
10
11
jobs:
12
test:
@@ -32,3 +38,9 @@ jobs:
32
38
uses: codecov/codecov-action@v3
33
39
with:
34
40
name: ${{ matrix.smalltalk }}
41
+ - name: Slack Workflow Notification
42
+ uses: Gamesight/slack-workflow-status@master
43
+ with:
44
+ repo_token: ${{secrets.GITHUB_TOKEN}}
45
+ slack_webhook_url: ${{secrets.SLACK_DALEHENRICH}}
46
+ name: 'action run'
0 commit comments