Skip to content

Commit 430710a

Browse files
emdnetoezhang6811
authored andcommitted
Update core_contrib_test_0.yml (#3431)
* Update core_contrib_test_0.yml * Update core_contrib_test.yml.j2
1 parent e2af525 commit 430710a

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/core_contrib_test_0.yml

-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ on:
1313
required: true
1414
type: string
1515

16-
concurrency:
17-
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
18-
cancel-in-progress: true
19-
2016
env:
2117
CORE_REPO_SHA: ${{ inputs.CORE_REPO_SHA }}
2218
CONTRIB_REPO_SHA: ${{ inputs.CONTRIB_REPO_SHA }}

.github/workflows/generate_workflows_lib/src/generate_workflows_lib/core_contrib_test.yml.j2

-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ on:
1313
required: true
1414
type: string
1515

16-
concurrency:
17-
group: ${% raw %}{{ github.workflow }}-${{ github.head_ref || github.run_id }}{% endraw %}
18-
cancel-in-progress: true
19-
2016
env:
2117
CORE_REPO_SHA: ${% raw %}{{ inputs.CORE_REPO_SHA }}{% endraw %}
2218
CONTRIB_REPO_SHA: ${% raw %}{{ inputs.CONTRIB_REPO_SHA }}{% endraw %}

0 commit comments

Comments
 (0)