Skip to content

add dependencies between workflows #1

add dependencies between workflows

add dependencies between workflows #1

Workflow file for this run

name: ci
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
formatting:
runs-on: [ubuntu-latest]
uses: ./.github/workflows/formatting.yaml

Check failure on line 13 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yaml" -> "./.github/workflows/formatting.yaml" : workflow is not reusable as it is missing a `on.workflow_call` trigger
nvidia-gpu:
runs-on: [ nvidia ]
uses: ./.github/workflows/nvidia-tests.yaml