We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da4f617 + 6b1e641 commit 82db1dbCopy full SHA for 82db1db
.github/workflows/ci.yml
@@ -1,10 +1,12 @@
1
name: smalltalkCI
2
3
-on:
+on:
4
push:
5
pull_request:
6
+ branches:
7
+ master
8
schedule:
- - cron: "5 0 * * 1" # At 00:05 on Monday.
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:
@@ -35,3 +37,9 @@ jobs:
35
37
with:
36
38
name: ${{ matrix.smalltalk }}
39
token: ${{ secrets.CODECOV_TOKEN }}
40
+ - name: Slack Workflow Notification
41
+ uses: Gamesight/slack-workflow-status@master
42
+ with:
43
+ repo_token: ${{secrets.GITHUB_TOKEN}}
44
+ slack_webhook_url: ${{secrets.SLACK_DALEHENRICH}}
45
+ 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