aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index e68ef4d..a78a1ed 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -7,6 +7,10 @@ on:
7 schedule: 7 schedule:
8 - cron: "0 0 * * 0" # At 00:00 weekly on Sunday. 8 - cron: "0 0 * * 0" # At 00:00 weekly on Sunday.
9 9
10concurrency:
11 group: "${{ github.workflow }}-${{ github.ref }}"
12 cancel-in-progress: true
13
10jobs: 14jobs:
11 test: 15 test:
12 name: "${{ matrix.os }}/${{ matrix.arch }} (${{ matrix.generator }})" 16 name: "${{ matrix.os }}/${{ matrix.arch }} (${{ matrix.generator }})"