Skip to content

Commit 6b355f3

Browse files
committed
Add scheduled test at the first day of every month
1 parent b3ded2a commit 6b355f3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/BuildTest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ on:
2020
paths:
2121
- 'src/**'
2222

23+
# Scheduled the first day of every month at 00:00h UTC
24+
schedule:
25+
- cron: '0 0 1 * *'
26+
2327
# Allows you to run this workflow manually from the Actions tab
2428
workflow_dispatch:
2529

@@ -98,4 +102,3 @@ jobs:
98102
path: |
99103
${{ env.BIN_DIR }}/${{ env.TARGET_TEST }}
100104
${{ env.BIN_DIR }}/${{ env.TARGET_TEST }}.exe
101-

0 commit comments

Comments
 (0)