From e8c0b5e66a723eb02be93294b5e2ccc751b75bf3 Mon Sep 17 00:00:00 2001 From: PePe Amengual Date: Thu, 6 Oct 2022 19:24:08 -0700 Subject: [PATCH] Revert "Fix concurrency in atlantis-image workflow (#2556)" (#2565) This reverts commit 8d543264c4186557fe30d383d2418bc4c99db0af. --- .github/workflows/atlantis-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/atlantis-image.yml b/.github/workflows/atlantis-image.yml index f9d381615..ec1d30630 100644 --- a/.github/workflows/atlantis-image.yml +++ b/.github/workflows/atlantis-image.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: concurrency: - group: ${{ github.workflow }}-${{ github.ref || github.run_number }} + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: