We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47e341 commit 3431a4eCopy full SHA for 3431a4e
.github/workflows/core_contrib_test_0.yml
@@ -13,10 +13,6 @@ on:
13
required: true
14
type: string
15
16
-concurrency:
17
- group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
18
- cancel-in-progress: true
19
-
20
env:
21
CORE_REPO_SHA: ${{ inputs.CORE_REPO_SHA }}
22
CONTRIB_REPO_SHA: ${{ inputs.CONTRIB_REPO_SHA }}
.github/workflows/generate_workflows_lib/src/generate_workflows_lib/core_contrib_test.yml.j2
- group: ${% raw %}{{ github.workflow }}-${{ github.head_ref || github.run_id }}{% endraw %}
CORE_REPO_SHA: ${% raw %}{{ inputs.CORE_REPO_SHA }}{% endraw %}
CONTRIB_REPO_SHA: ${% raw %}{{ inputs.CONTRIB_REPO_SHA }}{% endraw %}
0 commit comments