Commit a10eda220b5ec6db69eaabfdd4b6960759e91749

Authored by Perry Werneck
1 parent b6931fc2
Exists in master and in 1 other branch develop

Scheduling msys workflow.

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