diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e5417e0d32..8bcbff37ae 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,6 +18,10 @@ concurrency: permissions: contents: read +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: event_file: name: "Event File"