Skip to content

Commit 87a8130

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents 4ff8d25 + 28c3531 commit 87a8130

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
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+
28
on:
39
push:
410
branches:

0 commit comments

Comments
 (0)