Use a different concurrency group for release branch testing (#16202)
This commit is contained in:
@@ -42,8 +42,8 @@ on:
|
||||
default: 'all'
|
||||
|
||||
concurrency:
|
||||
group: nightly-test-amd-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
group: nightly-test-amd-${{ inputs.ref || github.ref }}
|
||||
cancel-in-progress: ${{ github.event_name != 'workflow_call' }}
|
||||
|
||||
jobs:
|
||||
# 2-GPU tests (TP=2)
|
||||
|
||||
Reference in New Issue
Block a user