We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a82fb commit 28f1a84Copy full SHA for 28f1a84
.github/workflows/test.yml
@@ -1,6 +1,10 @@
1
name: Test
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ pull_request:
6
+ schedule:
7
+ - cron: '34 4 3 * *' # 4:34a on third day of the month
8
9
concurrency:
10
group: ${{ github.ref }}-${{ github.workflow }}
CHANGES.md
@@ -2,8 +2,7 @@
## 0.8.7 (unreleased)
-
-- Nothing changed yet.
+- Schedule a monthly test workflow run (#80)
## 0.8.6 (2025-02-09)
0 commit comments