Skip to content

0.18.0 rebase

0.18.0 rebase #1347

# SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES.
# SPDX-FileCopyrightText: All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: Request NVSkills CI
on:
issue_comment:
types: [created]
permissions: {}
jobs:
request:
if: >
github.repository == 'NVIDIA/earth2studio' &&
github.event.issue.pull_request &&
startsWith(github.event.comment.body, '/nvskills-ci') &&
contains(fromJSON('["OWNER","MEMBER"]'), github.event.comment.author_association)
permissions:
contents: read
pull-requests: read
statuses: read
uses: NVIDIA/skills/.github/workflows/team-request.yml@16edd115be22e28ecf70cf28b9ebfb8a6b1b53dc # main
secrets:
NVSKILLS_CI_DISPATCH_TOKEN: ${{ secrets.NVSKILLS_CI_DISPATCH_TOKEN }}