We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ffc5d commit 71454baCopy full SHA for 71454ba
1 file changed
.github/workflows/ci.yml
@@ -10,6 +10,9 @@ on:
10
types: [checks_requested]
11
12
workflow_dispatch:
13
+
14
+ schedule:
15
+ - cron: '1 0 * * 0'
16
17
# Cancel in-progress runs if newer changes to the same branch/PR are pushed.
18
concurrency:
@@ -21,4 +24,4 @@ jobs:
21
24
uses: ./.github/workflows/meson.yml
22
25
23
26
msbuild:
- uses: ./.github/workflows/msbuild.yml
27
+ uses: ./.github/workflows/msbuild.yml
0 commit comments