Skip to content

Merge branch 'main' into use-scripts #648

Merge branch 'main' into use-scripts

Merge branch 'main' into use-scripts #648

Workflow file for this run

# Copyright (c) 2023-2025, NVIDIA CORPORATION.
name: ci
on:
push:
branches:
- "pull-request/[0-9]+"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
docker:
uses: ./.github/workflows/build-test-publish-images.yml
with:
build_type: pull-request
run_tests: true
secrets: inherit