mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-26 15:32:22 +00:00
add ci machine
This commit is contained in:
parent
40cf89d66e
commit
0b81be7f7f
2
.github/workflows/build_on_pr.yml
vendored
2
.github/workflows/build_on_pr.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
anyExtensionFileChanged: ${{ steps.find-extension-change.outputs.any_changed }}
|
||||
changedLibraryFiles: ${{ steps.find-lib-change.outputs.all_changed_files }}
|
||||
anyLibraryFileChanged: ${{ steps.find-lib-change.outputs.any_changed }}
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: gpu-h20-10
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-detect-change
|
||||
cancel-in-progress: true
|
||||
|
Loading…
Reference in New Issue
Block a user