diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index d74f225..c34ef28 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -29,10 +29,6 @@ permissions: contents: write pull-requests: write -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: false - jobs: release-please: runs-on: ubuntu-latest diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index ae32f7e..05ce56c 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -43,10 +43,6 @@ on: permissions: contents: read -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true - env: CARGO_TERM_COLOR: always