Skip to content

Commit 770dec2

Browse files
committed
Revert "cancel-in-progress"
This reverts commit f4bb907.
1 parent f4bb907 commit 770dec2

12 files changed

+0
-48
lines changed

.github/workflows/e2e-async.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77

88
workflow_dispatch:
99

10-
concurrency:
11-
group: ${{ github.workflow }}-${{ github.ref }}
12-
cancel-in-progress: true
13-
1410
jobs:
1511
async-optimization:
1612
# Dynamically determine if environment is needed only when workflow files change and contributor is external

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77

88
workflow_dispatch:
99

10-
concurrency:
11-
group: ${{ github.workflow }}-${{ github.ref }}
12-
cancel-in-progress: true
13-
1410
jobs:
1511
benchmark-bubble-sort-optimization:
1612
# Dynamically determine if environment is needed only when workflow files change and contributor is external

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77

88
workflow_dispatch:
99

10-
concurrency:
11-
group: ${{ github.workflow }}-${{ github.ref }}
12-
cancel-in-progress: true
13-
1410
jobs:
1511
bubble-sort-optimization-pytest-no-git:
1612
# Dynamically determine if environment is needed only when workflow files change and contributor is external

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77

88
workflow_dispatch:
99

10-
concurrency:
11-
group: ${{ github.workflow }}-${{ github.ref }}
12-
cancel-in-progress: true
13-
1410
jobs:
1511
bubble-sort-optimization-unittest:
1612
# Dynamically determine if environment is needed only when workflow files change and contributor is external

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77

88
workflow_dispatch:
99

10-
concurrency:
11-
group: ${{ github.workflow }}-${{ github.ref }}
12-
cancel-in-progress: true
13-
1410
jobs:
1511
end-to-end-test-coverage:
1612
# Dynamically determine if environment is needed only when workflow files change and contributor is external

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77

88
workflow_dispatch:
99

10-
concurrency:
11-
group: ${{ github.workflow }}-${{ github.ref }}
12-
cancel-in-progress: true
13-
1410
jobs:
1511
futurehouse-structure:
1612
# Dynamically determine if environment is needed only when workflow files change and contributor is external

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
- '**' # Trigger for all paths
77
workflow_dispatch:
88

9-
concurrency:
10-
group: ${{ github.workflow }}-${{ github.ref }}
11-
cancel-in-progress: true
12-
139
jobs:
1410
init-optimization:
1511
# Dynamically determine if environment is needed only when workflow files change and contributor is external

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77

88
workflow_dispatch:
99

10-
concurrency:
11-
group: ${{ github.workflow }}-${{ github.ref }}
12-
cancel-in-progress: true
13-
1410
jobs:
1511
topological-sort-worktree-optimization:
1612
# Dynamically determine if environment is needed only when workflow files change and contributor is external

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
- '**' # Trigger for all paths
77
workflow_dispatch:
88

9-
concurrency:
10-
group: ${{ github.workflow }}-${{ github.ref }}
11-
cancel-in-progress: true
12-
139
jobs:
1410
tracer-replay:
1511
# Dynamically determine if environment is needed only when workflow files change and contributor is external

.github/workflows/mypy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
- main
77
pull_request:
88

9-
concurrency:
10-
group: ${{ github.workflow }}-${{ github.ref }}
11-
cancel-in-progress: true
12-
139
jobs:
1410
type-check-cli:
1511
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)