Skip to content

[no-relnotes] Use reusable workflows for CI #5

[no-relnotes] Use reusable workflows for CI

[no-relnotes] Use reusable workflows for CI #5

Workflow file for this run

on:
pull_request:
types:
- opened
- synchronize
branches:
- main
- release-*
jobs:
variables:
uses: ./.github/workflows/variables.yaml
checks:
needs:
- variables
uses: ./.github/workflows/basic-checks.yaml

Check failure on line 17 in .github/workflows/on-pr.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/on-pr.yaml

Invalid workflow file

The workflow is not valid. In .github/workflows/on-pr.yaml (Line: 17, Col: 11): Error from called workflow NVIDIA/k8s-device-plugin/.github/workflows/basic-checks.yaml@c49402bc66e7c661233cc09c6a27b3e1ead5cc38 (Line: 11, Col: 3): The workflow must contain at least one job with no dependencies.
with:
golang_version: ${{ needs.variables.outputs.golang_version }}