Skip to content

Commit 05f478e

Browse files
committed
Add scheduled test at the first day of every month
1 parent 4099d0f commit 05f478e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/BuildTest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ on:
2323
- 'src/**'
2424
- 'libs/**'
2525

26+
# Scheduled the first day of every month at 00:00h UTC
27+
schedule:
28+
- cron: '0 0 1 * *'
29+
2630
# Allows you to run this workflow manually from the Actions tab
2731
workflow_dispatch:
2832

0 commit comments

Comments
 (0)