Skip to content

Commit dd518b5

Browse files
authored
Skip concurrent CI builds (#7)
Committed via https://github.com/asottile/all-repos
1 parent 6f79107 commit dd518b5

File tree

1 file changed

+6
-0
lines changed
  • {{cookiecutter.project_slug}}/.github/workflows

1 file changed

+6
-0
lines changed

{{cookiecutter.project_slug}}/.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Continuous Integration Workflow
22

3+
# Automatically cancel a previous run.
4+
concurrency:
5+
group: ${{ github.head_ref || github.run_id }}
6+
cancel-in-progress: true
7+
8+
39
on:
410
push:
511
branches:

0 commit comments

Comments
 (0)