Skip to content

Commit

Permalink
Merge branch 'master' into gsdevkitsync
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau authored Aug 18, 2024
2 parents 10552ef + 1c70803 commit 868de8a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: smalltalkCI

on: [push, pull_request]
on:
push:
pull_request:
branches:
master
schedule:
- cron: "15 2 7 * *" #run job on the 7th day of every month on the 15th minute of the 2nd hour

jobs:
test:
Expand Down Expand Up @@ -33,3 +39,9 @@ jobs:
with:
name: ${{ matrix.smalltalk }}
token: ${{ secrets.CODECOV_TOKEN }}
- name: Slack Workflow Notification
uses: Gamesight/slack-workflow-status@master
with:
repo_token: ${{secrets.GITHUB_TOKEN}}
slack_webhook_url: ${{secrets.SLACK_DALEHENRICH}}
name: 'action run'

0 comments on commit 868de8a

Please sign in to comment.