Skip to content

Commit 2e88080

Browse files
committed
Chore(ci) - Added human-readable comments about cronjob timings
1 parent b527f64 commit 2e88080

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
# To guarantee Maintained check is occasionally updated. See
1313
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
1414
schedule:
15-
- cron: '29 9 * * 5'
15+
- cron: '29 9 * * 5' # Run every Friday at 09:29 UTC
1616
push:
1717
branches: [ "master" ]
1818

.github/workflows/vulnerability-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: Vulnerability Scan
55
on:
66
schedule:
7-
- cron: '0 12 * * *'
7+
- cron: '0 12 * * *' # Run every day at 12:00 UTC
88

99
jobs:
1010
scan:

0 commit comments

Comments
 (0)