Skip to content

Fix L0 dlopen

Fix L0 dlopen #7077

Workflow file for this run

# Run checks required for a PR to merge and verify if post-merge commit is valid.
# This workflow only call other workflows.
name: PR/push
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
jobs:
L0:

Check failure on line 19 in .github/workflows/pr_push.yml

View workflow run for this annotation

GitHub Actions / PR/push

Invalid workflow file

The workflow is not valid. .github/workflows/pr_push.yml (Line: 19, Col: 3): The workflow must contain at least one job with no dependencies.
needs: [Build]
uses: ./.github/workflows/reusable_gpu.yml
with:
name: "LEVEL_ZERO"