Skip to content

chore: merge upstream NVIDIA/NemoClaw main (v0.0.4) #1

chore: merge upstream NVIDIA/NemoClaw main (v0.0.4)

chore: merge upstream NVIDIA/NemoClaw main (v0.0.4) #1

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
name: main
on:
push:
branches: [main]
paths-ignore:
- "docs/**"
- "**/*.md"
- ".github/workflows/docs-preview-*.yaml"
- "ISSUE_TEMPLATE/**"
- ".github/ISSUE_TEMPLATE/**"
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
checks:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Run basic checks
uses: ./.github/actions/basic-checks
sandbox-images-and-e2e:
needs: checks
uses: ./.github/workflows/sandbox-images-and-e2e.yaml