Skip to content

29 Model Self Serve Replicate AzureML #31

29 Model Self Serve Replicate AzureML

29 Model Self Serve Replicate AzureML #31

Workflow file for this run

---
name: nachet-data workflows
on:
pull_request:
types:
- opened
- closed
- synchronize
jobs:
repo-standard:
uses:
ai-cfia/github-workflows/.github/workflows/workflow-repo-standards-validation.yml@main
secrets: inherit
markdown-check:
uses:
ai-cfia/github-workflows/.github/workflows/workflow-markdown-check.yml@main
yaml-check:
uses:
ai-cfia/github-workflows/.github/workflows/workflow-yaml-check.yml@main
lint-test:
uses:
ai-cfia/github-workflows/.github/workflows/workflow-lint-test-python.yml@main
secrets: inherit
# deploy:
# uses:
# ai-cfia/github-workflows/.github/workflows/workflow-build-push-container-github-registry.yml@main
# with:
# container-name: ${{ github.event.repository.name }}
# tag: ${{ github.sha }}
# registry: ghcr.io/ai-cfia
# secrets: inherit