Update workflow_updater.yaml

This commit is contained in:
Vincent Le Bourlot
2022-12-08 11:24:06 +01:00
committed by GitHub
parent 263de88315
commit c302c714bd

@@ -2,10 +2,13 @@ name: GitHub Actions Version Updater
# Controls when the action will run. # Controls when the action will run.
on: on:
workflow_dispatch:
schedule: schedule:
# Automatically run on every Sunday # Automatically run on every Sunday
- cron: '0 0 * * *' - cron: '0 0 * * *'
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest