Skip to content

Commit 82db1db

Browse files
authored
Merge branch 'master' into gsdevkit-merge
2 parents da4f617 + 6b1e641 commit 82db1db

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: smalltalkCI
22

3-
on:
3+
on:
44
push:
55
pull_request:
6+
branches:
7+
master
68
schedule:
7-
- 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
810

911
jobs:
1012
test:
@@ -35,3 +37,9 @@ jobs:
3537
with:
3638
name: ${{ matrix.smalltalk }}
3739
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'

repository/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

File renamed without changes.

0 commit comments

Comments
 (0)