Skip to content

Commit

Permalink
bug: change schedule of update-sec-scanner.yaml (#1156)
Browse files Browse the repository at this point in the history
/kind bug
/area ci

Change schedule to every friday at 15:21 UTC.
  • Loading branch information
Ressetkk authored Nov 29, 2024
1 parent 524cf2e commit ace91a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-sec-scanner.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update sec-scanners-config.yaml
on:
schedule:
- cron: '21 * * * *'
- cron: '21 15 * * 5'

jobs:
update-sec-scanners:
Expand Down

0 comments on commit ace91a2

Please sign in to comment.