Skip to content

Commit d288e12

Browse files
author
Johan Brichau
committed
CI changes for gsdevkit
1 parent dd56a53 commit d288e12

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: smalltalkCI
22

3-
on: [push, pull_request]
3+
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
410

511
jobs:
612
test:
@@ -32,3 +38,9 @@ jobs:
3238
uses: codecov/codecov-action@v3
3339
with:
3440
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

Comments
 (0)