From 1137103706726d40af7552b054e0fb9a21a789d4 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Thu, 1 Aug 2024 00:55:16 -0400 Subject: [PATCH] Fix automation workflow trigger --- .github/workflows/automation.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index e45a87cd6d..cbcb222216 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -1,12 +1,14 @@ name: Automation +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + cancel-in-progress: true + on: push: branches: - master pull_request_target: - types: - - synchronize jobs: compose-comment: