Update workflow_updater.yaml

This commit is contained in:
Vincent Le Bourlot 2022-12-08 11:15:57 +01:00 committed by GitHub
parent 67515a06b7
commit 263de88315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,7 @@ name: GitHub Actions Version Updater
on:
schedule:
# Automatically run on every Sunday
- cron: '0 0 * * 0'
- cron: '*/5 * * * *'
- cron: '0 0 * * *'
jobs:
build: