Skip to content

Simple and small refactoring - Remove redundant else block in the XPBD simulator #37

Simple and small refactoring - Remove redundant else block in the XPBD simulator

Simple and small refactoring - Remove redundant else block in the XPBD simulator #37

Workflow file for this run

# Copyright (c) 2024 NVIDIA CORPORATION. All rights reserved.
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software and related documentation without an express
# license agreement from NVIDIA CORPORATION is strictly prohibited.
name: Pull Request
on:
push:
branches:
- "pull-request/[0-9]+"
pull_request: # Remove when using nv-gha-runners
concurrency:
group: ${{ github.workflow }}-on-${{ github.event_name }}-from-${{ github.ref_name }}
cancel-in-progress: true
jobs:
build-and-test:
uses: ./.github/workflows/ci.yml
secrets: inherit