We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3677bda commit a0816b7Copy full SHA for a0816b7
.github/workflows/build-test-tidy-pr.yaml
@@ -83,3 +83,4 @@ jobs:
83
container: ghcr.io/autowarefoundation/autoware:universe-devel
84
container-suffix: -cuda
85
run-condition: ${{ needs.check-if-cuda-job-is-needed.outputs.cuda_job_is_needed == 'true' && needs.build-and-test-differential-cuda.result == 'success' }}
86
+ runner: codebuild-autoware-us-east-1-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-large
0 commit comments