Skip to content

Commit 8760947

Browse files
committed
Use inline comment for cron schedule
1 parent 24e3a46 commit 8760947

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/owasp-dependency-check-daily.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ name: OWASP dependency check (daily)
44

55
on:
66
schedule:
7-
# daily at 1:30 UTC
8-
- cron: "30 1 * * *"
7+
- cron: "30 1 * * *" # daily at 1:30 UTC
98
workflow_dispatch:
109

1110
permissions:

0 commit comments

Comments
 (0)