From 5e7f2bd904e149bf136a9ff96ff58d2a640e77ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Tue, 5 Dec 2023 10:26:24 +0100 Subject: [PATCH] iwyu.yml: run the workflow once a week [skip ci] (#5726) This will run the workflow every Monday at 00:00. This makes sure it doesn't break and also provides some regular output. --- .github/workflows/iwyu.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/iwyu.yml b/.github/workflows/iwyu.yml index dd6d10278..e796155c5 100644 --- a/.github/workflows/iwyu.yml +++ b/.github/workflows/iwyu.yml @@ -2,7 +2,10 @@ # Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners name: include-what-you-use -on: workflow_dispatch +on: + schedule: + - cron: '0 0 * * 0' + workflow_dispatch: permissions: contents: read