We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37d3de commit bd8328dCopy full SHA for bd8328d
{{cookiecutter.package_name}}/.github/workflows/main.yml
@@ -1,4 +1,10 @@
1
name: Continuous Integration Workflow
2
+
3
+# Automatically cancel a previous run.
4
+concurrency:
5
+ group: ${{ github.head_ref || github.run_id }}
6
+ cancel-in-progress: true
7
8
on:
9
push:
10
branches:
0 commit comments