Skip to content

Commit d25f498

Browse files
author
Dee
committed
fix: name and cron
1 parent 8a32985 commit d25f498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: CI
1+
name: Nightly CI
22

33
on:
44
schedule:
5-
- cron: "* 10 * * *" //test - run every 10 mins
5+
- cron: '* 10 * * *' # Run every 10 mins
66

77
permissions:
88
id-token: write

0 commit comments

Comments
 (0)