Commit 895d9496fdc2aed14338726993719800a936a857

Authored by Perry Werneck
Committed by GitHub
1 parent 15e7f14e
Exists in develop

Scheduling msys2 rebuilds.

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
.github/workflows/msys2.yml
... ... @@ -3,6 +3,8 @@ on:
3 3 pull_request:
4 4 branches:
5 5 - master
  6 + schedule:
  7 + - cron: '30 13 2 2,4,6,8,10,12 *'
6 8  
7 9 jobs:
8 10 msys2-mingw:
... ...