Skip to content

Commit

Permalink
Add scheduled test at the first day of every month
Browse files Browse the repository at this point in the history
  • Loading branch information
latchdevel committed Dec 15, 2021
1 parent b3ded2a commit 6b355f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/BuildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ on:
paths:
- 'src/**'

# Scheduled the first day of every month at 00:00h UTC
schedule:
- cron: '0 0 1 * *'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down Expand Up @@ -98,4 +102,3 @@ jobs:
path: |
${{ env.BIN_DIR }}/${{ env.TARGET_TEST }}
${{ env.BIN_DIR }}/${{ env.TARGET_TEST }}.exe

0 comments on commit 6b355f3

Please sign in to comment.