Skip to content

Commit 0be56eb

Browse files
committed
Remove concurrency settings from Kustomize e2e workflow
- Eliminated the concurrency configuration to simplify the workflow. - This change aims to streamline the execution of the Kustomize end-to-end tests.
1 parent 9573293 commit 0be56eb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/_run-kustomize-e2e.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ on:
4141
permissions:
4242
contents: read
4343

44-
concurrency:
45-
group: ${{ github.workflow }}-${{ github.ref }}
46-
cancel-in-progress: true
47-
4844
jobs:
4945
run-kustomize-spark-pi-e2e:
5046
runs-on: ${{ inputs.runner }}

0 commit comments

Comments
 (0)