Skip to content

Commit cfc5ef3

Browse files
authored
[Vulnerability-check] Adjust schedule time apache#14304
1 parent 07e146f commit cfc5ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vulnerability-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: vulnerability-check
22
on:
33
schedule:
4-
# Run at UTC 00:00 every week (CST 03:00 AM)
5-
- cron: '0 0 * * 3'
4+
# Run at UTC 16:00 every week (CST 00:00 AM)
5+
- cron: '0 16 * * 0'
66
concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}
88
cancel-in-progress: true

0 commit comments

Comments
 (0)