Skip to content

Commit 6df9301

Browse files
authored
Not cancel nightly job (#1174)
1 parent 164c629 commit 6df9301

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/nightly_ondemand.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ permissions: read-all
6363

6464
concurrency:
6565
group: ${{ github.workflow }}-${{ github.sha }}-${{ github.event_name }}-${{ inputs.pytorch }}-${{ inputs.keep_torch_xpu_ops }}-${{ inputs.ut }}-${{ inputs.triton }}-${{ inputs.suite }}-${{ inputs.dt }}-${{ inputs.mode }}-${{ inputs.scenario }}-${{ inputs.model }}-${{ inputs.python }}
66-
cancel-in-progress: true
66+
cancel-in-progress: ${{ github.event_name != 'schedule' }}
6767

6868
jobs:
6969
Linux-Nightly-Ondemand-UT-Tests:

.github/workflows/nightly_ondemand_rolling.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ permissions: read-all
6363

6464
concurrency:
6565
group: ${{ github.workflow }}-${{ github.sha }}-${{ github.event_name }}-${{ inputs.pytorch }}-${{ inputs.keep_torch_xpu_ops }}-${{ inputs.ut }}-${{ inputs.triton }}-${{ inputs.suite }}-${{ inputs.dt }}-${{ inputs.mode }}-${{ inputs.scenario }}-${{ inputs.model }}-${{ inputs.python }}
66-
cancel-in-progress: true
66+
cancel-in-progress: ${{ github.event_name != 'schedule' }}
6767

6868
jobs:
6969
Linux-Nightly-Ondemand-UT-Tests-Rolling:

.github/workflows/nightly_ondemand_whl.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ permissions: read-all
5353

5454
concurrency:
5555
group: ${{ github.workflow }}-${{ github.sha }}-${{ github.event_name }}-${{ inputs.pytorch }}-${{ inputs.ut }}-${{ inputs.suite }}-${{ inputs.dt }}-${{ inputs.mode }}-${{ inputs.scenario }}-${{ inputs.model }}-${{ inputs.python }}
56-
cancel-in-progress: true
56+
cancel-in-progress: ${{ github.event_name != 'schedule' }}
5757

5858
jobs:
5959
Linux-Nightly-Ondemand-UT-WHL-Tests:

0 commit comments

Comments
 (0)