diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 5fa8e79f..6f79680c 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -15,7 +15,6 @@ permissions: actions: read contents: write pull-requests: write - administration: write concurrency: group: bump-version diff --git a/.github/workflows/promote-branch.yml b/.github/workflows/promote-branch.yml index 645d712c..6e415902 100644 --- a/.github/workflows/promote-branch.yml +++ b/.github/workflows/promote-branch.yml @@ -1,4 +1,4 @@ -name: 'Promote branch' +name: 'Promote branch' on: workflow_dispatch: @@ -21,7 +21,6 @@ permissions: id-token: write contents: write pull-requests: write - administration: write concurrency: group: 'promote-branch-${{ inputs.promotion-type }}-${{github.ref_name }}' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad996933..db326143 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: 'Release' +name: 'Release' on: push: @@ -13,7 +13,6 @@ permissions: pages: write id-token: write contents: write - administration: write concurrency: group: release-${{ github.head_ref || github.ref }}