Skip to content

Commit

Permalink
Not cancel nightly job
Browse files Browse the repository at this point in the history
  • Loading branch information
mengfei25 committed Dec 17, 2024
1 parent 164c629 commit cd1df63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_ondemand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ permissions: read-all

concurrency:
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 }}
cancel-in-progress: true
cancel-in-progress: ${{ github.event_name != 'schedule' }}

jobs:
Linux-Nightly-Ondemand-UT-Tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_ondemand_rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ permissions: read-all

concurrency:
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 }}
cancel-in-progress: true
cancel-in-progress: ${{ github.event_name != 'schedule' }}

jobs:
Linux-Nightly-Ondemand-UT-Tests-Rolling:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_ondemand_whl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ permissions: read-all

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

jobs:
Linux-Nightly-Ondemand-UT-WHL-Tests:
Expand Down

0 comments on commit cd1df63

Please sign in to comment.