Skip to content

Commit 2584532

Browse files
committed
Remove concurrency in called workflows
1 parent daf98e6 commit 2584532

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/test-dacapo-2006.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: "Test with DaCapo 2006"
33
on:
44
workflow_call:
55

6-
concurrency:
7-
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
8-
cancel-in-progress: true
9-
106
env:
117
DACAPO_VERSION: dacapo-2006-10-MR2
128
DACAPO_FILE: dacapo-2006-10-MR2.jar

.github/workflows/test-dacapo-chopin.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: "Test with DaCapo Chopin"
33
on:
44
workflow_call:
55

6-
concurrency:
7-
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
8-
cancel-in-progress: true
9-
106
env:
117
DACAPO_VERSION: dacapo-23.9-RC3-chopin
128
DACAPO_FILE: dacapo-23.9-RC3-chopin.zip

0 commit comments

Comments
 (0)