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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index fe14501..6aca153 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -8,7 +8,7 @@ on:
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: 10concurrency:
11 group: "${{ github.workflow }}-${{ github.ref }}" 11 group: "${{ github.workflow }}-${{ github.event.number || github.ref }}"
12 cancel-in-progress: true 12 cancel-in-progress: true
13 13
14jobs: 14jobs: