diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 99ffd29..30a1ee8 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -10,7 +10,6 @@ on: - reopened concurrency: group: ${{ github.workflow }}-${{ github.head_ref }} - cancel-in-progress: true jobs: approve: runs-on: ubuntu-latest diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index b25a8be..2516987 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -11,7 +11,6 @@ on: - synchronize concurrency: group: ${{ github.workflow }}-${{ github.head_ref }} - cancel-in-progress: true jobs: automerge: runs-on: ubuntu-latest diff --git a/src/auto-approve.ts b/src/auto-approve.ts index 4f477df..4946748 100644 --- a/src/auto-approve.ts +++ b/src/auto-approve.ts @@ -23,7 +23,6 @@ export class AutoApprove { (workflow.concurrency as any) = { group: "${{ github.workflow }}-${{ github.head_ref }}", - cancelInProgress: true, }; const maintainerStatuses = `fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]')`; diff --git a/src/automerge.ts b/src/automerge.ts index 962e7d4..2f849a5 100644 --- a/src/automerge.ts +++ b/src/automerge.ts @@ -29,7 +29,6 @@ export class Automerge { (workflow.concurrency as any) = { group: "${{ github.workflow }}-${{ github.head_ref }}", - cancelInProgress: true, }; const maintainerStatuses = `fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]')`; diff --git a/test/__snapshots__/index.test.ts.snap b/test/__snapshots__/index.test.ts.snap index 0e0b4f9..6577de9 100644 --- a/test/__snapshots__/index.test.ts.snap +++ b/test/__snapshots__/index.test.ts.snap @@ -79,7 +79,6 @@ on: - reopened concurrency: group: \${{ github.workflow }}-\${{ github.head_ref }} - cancel-in-progress: true jobs: approve: runs-on: ubuntu-latest @@ -173,7 +172,6 @@ on: - synchronize concurrency: group: \${{ github.workflow }}-\${{ github.head_ref }} - cancel-in-progress: true jobs: automerge: runs-on: ubuntu-latest @@ -2325,7 +2323,6 @@ on: - reopened concurrency: group: \${{ github.workflow }}-\${{ github.head_ref }} - cancel-in-progress: true jobs: approve: runs-on: ubuntu-latest @@ -2419,7 +2416,6 @@ on: - synchronize concurrency: group: \${{ github.workflow }}-\${{ github.head_ref }} - cancel-in-progress: true jobs: automerge: runs-on: ubuntu-latest @@ -5180,7 +5176,6 @@ on: - reopened concurrency: group: \${{ github.workflow }}-\${{ github.head_ref }} - cancel-in-progress: true jobs: approve: runs-on: ubuntu-latest @@ -5274,7 +5269,6 @@ on: - synchronize concurrency: group: \${{ github.workflow }}-\${{ github.head_ref }} - cancel-in-progress: true jobs: automerge: runs-on: ubuntu-latest @@ -8031,7 +8025,6 @@ on: - reopened concurrency: group: \${{ github.workflow }}-\${{ github.head_ref }} - cancel-in-progress: true jobs: approve: runs-on: ubuntu-latest @@ -8125,7 +8118,6 @@ on: - synchronize concurrency: group: \${{ github.workflow }}-\${{ github.head_ref }} - cancel-in-progress: true jobs: automerge: runs-on: ubuntu-latest @@ -10886,7 +10878,6 @@ on: - reopened concurrency: group: \${{ github.workflow }}-\${{ github.head_ref }} - cancel-in-progress: true jobs: approve: runs-on: ubuntu-latest @@ -10980,7 +10971,6 @@ on: - synchronize concurrency: group: \${{ github.workflow }}-\${{ github.head_ref }} - cancel-in-progress: true jobs: automerge: runs-on: ubuntu-latest