summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6e284da..4f1c67b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -8,6 +8,10 @@ on:
8 - cron: "0 13 * * *" 8 - cron: "0 13 * * *"
9 workflow_dispatch: 9 workflow_dispatch:
10 10
11concurrency:
12 group: ci-${{ github.ref }}
13 cancel-in-progress: true
14
11jobs: 15jobs:
12 lint: 16 lint:
13 runs-on: ubuntu-latest 17 runs-on: ubuntu-latest