diff --git a/.github/workflows/move-closed-issues.yml b/.github/workflows/move-closed-issues.yml index d9c7425543b5..7abde6b9ad9a 100644 --- a/.github/workflows/move-closed-issues.yml +++ b/.github/workflows/move-closed-issues.yml @@ -14,7 +14,7 @@ permissions: pull-requests: write # Avoid concurrency over the same issue concurrency: - group: card-movement-${{ github.event.repository.id }}-${{ github.event.issue != null && github.event.issue.number || github.event.number }} + group: card-movement-${{ github.event.issue != null && github.event.issue.number || github.event.number }} jobs: call-move-closed-workflow: uses: bitnami/support/.github/workflows/item-closed.yml@main