From 62dd258691bf1f7a8325460ff73fbf9e664d0dc4 Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Fri, 4 Feb 2022 10:45:37 +0100 Subject: [PATCH] Skip concurrent CI builds Committed via https://github.com/asottile/all-repos --- .github/workflows/continuous-integration-workflow.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 0841ed2..978f6fa 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -1,4 +1,10 @@ name: Continuous Integration Workflow + +# Automatically cancel a previous run. +concurrency: + group: ${{ github.head_ref || github.run_id }} + cancel-in-progress: true + on: push: branches: