File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2
2
# https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/
3
3
4
4
enabled : true
5
+ # always require manual CI triggering, ignoring signed commits
6
+ auto_sync_draft : false
7
+ auto_sync_ready : false
Original file line number Diff line number Diff line change 27
27
with :
28
28
client-repo : ${{ github.event.repository.name }}
29
29
target-device : ${{ inputs.target-device }}
30
- runs-on : ${{ (inputs.host-platform == 'linux-x64' && 'linux-amd64-cpu16') || (inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu16') || (inputs.host-platform == 'mac' && 'macos-latest') }}
30
+ runs-on : ${{ (inputs.host-platform == 'linux-x64' && 'linux-amd64-cpu8') ||
31
+ (inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu8') }}
31
32
build-type : ${{ inputs.build-type }}
32
- use-container : ${{ inputs.host-platform == 'linux-x64' || inputs.host-platform == 'linux-aarch64'}}
33
+ use-container : ${{ inputs.host-platform == 'linux-x64' ||
34
+ inputs.host-platform == 'linux-aarch64'}}
33
35
host-platform : ${{ inputs.host-platform }}
34
36
dependencies-file : " "
35
37
build-mode : ${{ inputs.build-mode }}
You can’t perform that action at this time.
0 commit comments