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 a62fd30 commit baf8ebdCopy full SHA for baf8ebd
.github/workflows/test.yml
@@ -5,6 +5,9 @@ on:
5
pull_request:
6
branches:
7
- '*'
8
+ schedule:
9
+ - cron: '5 1 * * *'
10
+ workflow_dispatch:
11
12
name: Tests
13
0 commit comments