We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5180688 commit a5d07c5Copy full SHA for a5d07c5
.github/workflows/run-tests.yml
@@ -5,6 +5,9 @@ on:
5
push:
6
branches:
7
- main
8
+ schedule:
9
+ # Runs on Mon and Thu of each week at 00:00 UTC (see https://crontab.guru)
10
+ - cron: "0 0 * * 1,4"
11
12
jobs:
13
build:
0 commit comments