From 883c56e0e20e4d72e40c8d6e7a57fc869d340666 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 3 Nov 2024 09:32:04 +0100 Subject: [PATCH] Prevent redundant builds with copyright notice --- .github/workflows/copyright_notice.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/copyright_notice.yml b/.github/workflows/copyright_notice.yml index fed4cc4..321c44e 100644 --- a/.github/workflows/copyright_notice.yml +++ b/.github/workflows/copyright_notice.yml @@ -3,6 +3,9 @@ on: pull_request: permissions: contents: write +concurrency: + group: ${{ github.ref }} + cancel-in-progress: true jobs: copyright_notice: runs-on: ubuntu-latest