We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183d37f commit 6c00de6Copy full SHA for 6c00de6
.github/workflows/ci.yml
@@ -5,6 +5,9 @@ on:
5
pull_request:
6
release:
7
types: [published]
8
+ schedule:
9
+ # Daily at 6:42
10
+ - cron: '42 6 * * *'
11
12
jobs:
13
ci:
0 commit comments