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.
This commit is contained in:
Oliver Stöneberg 2023-12-05 10:26:24 +01:00 committed by GitHub
parent 05b711df26
commit 5e7f2bd904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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