diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index c7d09e6..75c2a2a 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -14,11 +14,6 @@ on: branches: [ "main" ] workflow_call: -# This allows a subsequently queued workflow run to interrupt previous runs -concurrency: - group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' - cancel-in-progress: true - permissions: contents: read