diff --git a/.github/workflows/zsh-lint.yml b/.github/workflows/zsh-lint.yml index 3abb59c25..d8cc24baa 100644 --- a/.github/workflows/zsh-lint.yml +++ b/.github/workflows/zsh-lint.yml @@ -15,10 +15,8 @@ on: permissions: {} -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - +# The calling workflow owns concurrency. Reusing its group here deadlocks +# GitHub Actions because the called workflow cannot acquire the active group. jobs: zsh-lint: name: Zsh Lint