Skip to content

Commit

Permalink
iwyu.yml: run the workflow once a week [skip ci] (#5726)
Browse files Browse the repository at this point in the history
This will run the workflow every Monday at 00:00. This makes sure it
doesn't break and also provides some regular output.
  • Loading branch information
firewave committed Dec 5, 2023
1 parent 05b711d commit 5e7f2bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/iwyu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e7f2bd

Please sign in to comment.