From 48c6bb7c99c94e0df473c749ea1765cc00e2a09c Mon Sep 17 00:00:00 2001 From: "Bradley A. Thornton" Date: Tue, 16 May 2023 10:05:53 -0700 Subject: [PATCH] Update push.yml (#272) --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index e12ee15..43470e6 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -3,7 +3,7 @@ # draft release-notes. # based on great work from # https://github.com/T-Systems-MMS/ansible-collection-icinga-director -name: Push workflow +name: push concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}