Skip to content

Commit 57899e0

Browse files
authored
Merge pull request #2946 from tarlepp/chore(ci)/update-comments
Chore(ci) - Added human-readable comments about cronjob timings
2 parents d2c51d4 + 095c201 commit 57899e0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/scorecard.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +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+
# 09:29 UTC every Friday
1516
- cron: '29 9 * * 5'
1617
push:
1718
branches: [ "master" ]

.github/workflows/vulnerability-scan.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
name: Vulnerability Scan
55
on:
66
schedule:
7+
# Run every day at 12:00 UTC
78
- cron: '0 12 * * *'
89
workflow_dispatch:
910

0 commit comments

Comments
 (0)