Skip to content

Consistent Datatractor branding #4

Consistent Datatractor branding

Consistent Datatractor branding #4

Workflow file for this run

---
name: CI PR
on:
pull_request:
branches:
- main
# Cancel running workflows when additional changes are pushed
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-a-fallback-value
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
call-check-linkml-schemas:
uses: ./.github/workflows/check-linkml-schemas.yml
call-build-docs:
needs: [call-check-linkml-schemas]
uses: ./.github/workflows/build-docs.yml