Skip to content

Commit 868de8a

Browse files
author
Johan Brichau
authored
Merge branch 'master' into gsdevkitsync
2 parents 10552ef + 1c70803 commit 868de8a

File tree

2 files changed

+13
-1
lines changed

2 files 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:
@@ -33,3 +39,9 @@ jobs:
3339
with:
3440
name: ${{ matrix.smalltalk }}
3541
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'

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)