From 9b638ce99fd364c98fcf476aa33a9ee7b8cdbd50 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Tue, 22 Jun 2021 16:00:11 +0000 Subject: [PATCH] Updating github-config --- .github/workflows/create-draft-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/create-draft-release.yml b/.github/workflows/create-draft-release.yml index 7734601..f13bd11 100644 --- a/.github/workflows/create-draft-release.yml +++ b/.github/workflows/create-draft-release.yml @@ -8,6 +8,8 @@ on: types: [ version-bump ] workflow_dispatch: {} +concurrency: release + jobs: unit: name: Unit Tests