Revert "Fix concurrency in atlantis-image workflow (#2556)" (#2565)

This reverts commit 8d543264c4.
This commit is contained in:
PePe Amengual
2022-10-06 19:24:08 -07:00
committed by GitHub
parent 93dd161517
commit e8c0b5e66a

View File

@@ -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: