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.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index f9ec4da..c51ade2 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -7,6 +7,10 @@ on:
7 schedule: 7 schedule:
8 - cron: "0 0 * * *" # At 00:00 daily. 8 - cron: "0 0 * * *" # At 00:00 daily.
9 9
10concurrency:
11 group: "${{ github.workflow }}-${{ github.ref }}"
12 cancel-in-progress: true
13
10jobs: 14jobs:
11 # Test against all supported architectures. 15 # Test against all supported architectures.
12 test: 16 test: