We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a32985 commit d25f498Copy full SHA for d25f498
.github/workflows/nightly-ci.yml
@@ -1,8 +1,8 @@
1
-name: CI
+name: Nightly CI
2
3
on:
4
schedule:
5
- - cron: "* 10 * * *" //test - run every 10 mins
+ - cron: '* 10 * * *' # Run every 10 mins
6
7
permissions:
8
id-token: write
0 commit comments