Skip to content

Move prod deployment to a workflow call #39

Move prod deployment to a workflow call

Move prod deployment to a workflow call #39

Workflow file for this run

name: CI
on: push
jobs:
lint:
uses: ./.github/workflows/lint.yaml
test:
uses: ./.github/workflows/test.yaml
deploy:
if: contains(github.ref, 'master')
needs: [lint, test]
uses: ./.github/workflows/deploy-production.yaml

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

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yaml (Line: 15, Col: 11): Error from called workflow torchbox/rca-wagtail-2019/.github/workflows/deploy-production.yaml@34a6b55f040901d479af7881df3f1f6fe5c614b1 (Line: 6, Col: 3): The workflow must contain at least one job with no dependencies.