We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4c796 commit c18c391Copy full SHA for c18c391
.github/workflows/ci.yml
@@ -9,6 +9,8 @@ on:
9
pull_request:
10
branches:
11
- 'master'
12
+ schedule:
13
+ - cron: "0 1 * * *"
14
env:
15
VERSION: 22.04
16
0 commit comments