From 3757b954eaf141a3dd16d03ecd91be532d18eedc Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Mon, 11 Dec 2023 12:36:31 +0000 Subject: [PATCH] chore: self mutation Signed-off-by: team-tf-cdk --- test/__snapshots__/index.test.ts.snap | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/__snapshots__/index.test.ts.snap b/test/__snapshots__/index.test.ts.snap index 3509dc88..1f806265 100644 --- a/test/__snapshots__/index.test.ts.snap +++ b/test/__snapshots__/index.test.ts.snap @@ -118,7 +118,7 @@ on: - labeled - ready_for_review - reopened -concurrency: \${{ github.workflow }}-\${{ github.ref }} +concurrency: \${{ github.workflow }}-\${{ github.head_ref }} jobs: approve: runs-on: ubuntu-latest @@ -204,7 +204,7 @@ on: - ready_for_review - reopened - synchronize -concurrency: \${{ github.workflow }}-\${{ github.ref }} +concurrency: \${{ github.workflow }}-\${{ github.head_ref }} jobs: automerge: runs-on: ubuntu-latest @@ -2796,7 +2796,7 @@ on: - labeled - ready_for_review - reopened -concurrency: \${{ github.workflow }}-\${{ github.ref }} +concurrency: \${{ github.workflow }}-\${{ github.head_ref }} jobs: approve: runs-on: ubuntu-latest @@ -2882,7 +2882,7 @@ on: - ready_for_review - reopened - synchronize -concurrency: \${{ github.workflow }}-\${{ github.ref }} +concurrency: \${{ github.workflow }}-\${{ github.head_ref }} jobs: automerge: runs-on: ubuntu-latest @@ -5525,7 +5525,7 @@ on: - labeled - ready_for_review - reopened -concurrency: \${{ github.workflow }}-\${{ github.ref }} +concurrency: \${{ github.workflow }}-\${{ github.head_ref }} jobs: approve: runs-on: ubuntu-latest @@ -5611,7 +5611,7 @@ on: - ready_for_review - reopened - synchronize -concurrency: \${{ github.workflow }}-\${{ github.ref }} +concurrency: \${{ github.workflow }}-\${{ github.head_ref }} jobs: automerge: runs-on: ubuntu-latest