aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/linux.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/linux.yml')
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 57222df..5c85d4b 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -8,7 +8,7 @@ on:
8 - cron: "0 0 * * *" # At 00:00 daily. 8 - cron: "0 0 * * *" # At 00:00 daily.
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: