X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fmain.yml;fp=.github%2Fworkflows%2Fmain.yml;h=3d83abb6081b061d844b4d64bd2aaa88363f7876;hp=661e8b73929830a860fa02f7887a614b0a91d3ff;hb=c51ac776a9b4b9fbc3ff9b0063f44acd566732ea;hpb=7064a9e9b8aec31aca5ac88b4a5190a50dfc84c7 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 661e8b73..3d83abb6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,16 @@ # and attaching Windows and macOS builds, as well as the source archive. name: Quassel CI -on: [ push, pull_request ] +on: + push: + pull_request: + schedule: + # * is a special character in YAML so you have to quote this string + # Run at 13:37 on the 14th of every month (odd time to reduce load) + - cron: '37 13 14 * *' + +# Can't use simpler definition of [ push, pull_request, schedule ] +# See https://www.jeffgeerling.com/blog/2020/running-github-actions-workflow-on-schedule-and-other-events defaults: run: