Skip to content

Commit 28f1a84

Browse files
authored
Schedule a monthly test workflow run (#80)
* Schedule a monthly test workflow run * Update changelog [skip ci]
1 parent a9a82fb commit 28f1a84

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/test.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Test
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: '34 4 3 * *' # 4:34a on third day of the month
48

59
concurrency:
610
group: ${{ github.ref }}-${{ github.workflow }}

CHANGES.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
## 0.8.7 (unreleased)
44

5-
6-
- Nothing changed yet.
5+
- Schedule a monthly test workflow run (#80)
76

87

98
## 0.8.6 (2025-02-09)

0 commit comments

Comments
 (0)