Skip to content

Commit 66ff6f0

Browse files
committed
apply suggestion
1 parent a22adba commit 66ff6f0

14 files changed

+14
-14
lines changed

.github/workflows/codeflash-optimize.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
concurrency:
11-
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }}
11+
group: ${{ github.workflow }}-${{ github.ref_name }}
1212
cancel-in-progress: true
1313

1414
jobs:

.github/workflows/e2e-async.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
concurrency:
11-
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }}
11+
group: ${{ github.workflow }}-${{ github.ref_name }}
1212
cancel-in-progress: true
1313

1414
jobs:

.github/workflows/e2e-bubblesort-benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
concurrency:
11-
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }}
11+
group: ${{ github.workflow }}-${{ github.ref_name }}
1212
cancel-in-progress: true
1313

1414
jobs:

.github/workflows/e2e-bubblesort-pytest-nogit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
concurrency:
11-
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }}
11+
group: ${{ github.workflow }}-${{ github.ref_name }}
1212
cancel-in-progress: true
1313

1414
jobs:

.github/workflows/e2e-bubblesort-unittest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
concurrency:
11-
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }}
11+
group: ${{ github.workflow }}-${{ github.ref_name }}
1212
cancel-in-progress: true
1313

1414
jobs:

.github/workflows/e2e-coverage-optimization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
concurrency:
11-
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }}
11+
group: ${{ github.workflow }}-${{ github.ref_name }}
1212
cancel-in-progress: true
1313

1414
jobs:

.github/workflows/e2e-futurehouse-structure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
concurrency:
11-
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }}
11+
group: ${{ github.workflow }}-${{ github.ref_name }}
1212
cancel-in-progress: true
1313

1414
jobs:

.github/workflows/e2e-init-optimization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
concurrency:
10-
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }}
10+
group: ${{ github.workflow }}-${{ github.ref_name }}
1111
cancel-in-progress: true
1212

1313
jobs:

.github/workflows/e2e-topological-sort.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
concurrency:
11-
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }}
11+
group: ${{ github.workflow }}-${{ github.ref_name }}
1212
cancel-in-progress: true
1313

1414
jobs:

.github/workflows/e2e-tracer-replay.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
concurrency:
10-
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }}
10+
group: ${{ github.workflow }}-${{ github.ref_name }}
1111
cancel-in-progress: true
1212

1313
jobs:

0 commit comments

Comments
 (0)