mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Update cron
This commit is contained in:
8
.github/workflows/check-pinned-versions.yml
vendored
8
.github/workflows/check-pinned-versions.yml
vendored
@@ -1,10 +1,8 @@
|
||||
name: Check Outdated Version Pinning
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # Run at midnight UTC every day
|
||||
- cron: '0 12 * * 1' # Run at 12:00 UTC every Monday
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
|
||||
Reference in New Issue
Block a user