[AMD] Update AITER Scout Workflow (#19735)
Co-authored-by: bingxche <Bingxu.Chen@amd.com>
This commit is contained in:
@@ -86,8 +86,11 @@ env:
|
||||
AITER_COMMIT_OVERRIDE: ${{ inputs.aiter_ref }}
|
||||
|
||||
concurrency:
|
||||
group: nightly-test-amd-${{ inputs.ref || github.ref }}
|
||||
cancel-in-progress: ${{ github.event_name != 'workflow_call' }}
|
||||
# When called via workflow_call with ref set, use a unique group per caller run to avoid
|
||||
# collisions with direct schedule/push triggers. We use inputs.ref (not github.event_name)
|
||||
# to detect this, because github.event_name inherits from the caller in workflow_call.
|
||||
group: nightly-test-amd-${{ inputs.ref && format('caller-{0}', github.run_id) || github.ref }}
|
||||
cancel-in-progress: ${{ !inputs.ref && github.event_name != 'workflow_call' }}
|
||||
|
||||
jobs:
|
||||
# ============================================== MI30x Unit Tests ==============================================
|
||||
|
||||
Reference in New Issue
Block a user