Skip to content

Fix openssf

Fix openssf #1492

name: PR
on:
pull_request:
branches:
- main
paths:
- '**'
- '!*.md'
permissions: # added using https://github.com/step-security/secure-repo
contents: read
jobs:
Lint:
uses: ./.github/workflows/workflow_lint.yml
Tests:
needs: Lint
uses: ./.github/workflows/workflow_tests.yml
Inference:
needs: Lint
uses: ./.github/workflows/workflow_inference.yml
Inference_Gaudi:
needs: Lint
uses: ./.github/workflows/workflow_inference_gaudi2.yml
Finetune:
needs: Lint
uses: ./.github/workflows/workflow_finetune.yml