We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10552ef + 1c70803 commit 868de8aCopy full SHA for 868de8a
.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:
@@ -33,3 +39,9 @@ jobs:
33
39
with:
34
40
name: ${{ matrix.smalltalk }}
35
41
token: ${{ secrets.CODECOV_TOKEN }}
42
+ - name: Slack Workflow Notification
43
+ uses: Gamesight/slack-workflow-status@master
44
+ with:
45
+ repo_token: ${{secrets.GITHUB_TOKEN}}
46
+ slack_webhook_url: ${{secrets.SLACK_DALEHENRICH}}
47
+ name: 'action run'
…n/instance/writeToFile.withFileNameDo.st …/instance/writeToFile.withFileNameDo..strepository/Grease-Tests-GemStone32-Core.package/GRPlatformTest.extension/instance/writeToFile.withFileNameDo.st renamed to repository/Grease-Tests-GemStone32-Core.package/GRPlatformTest.extension/instance/writeToFile.withFileNameDo..st
0 commit comments