Skip to content

add CI to deploy ioc-template-example #1

add CI to deploy ioc-template-example

add CI to deploy ioc-template-example #1

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
check:
uses: ./.github/workflows/_check.yml
example:
needs: test

Check failure on line 12 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 12, Col: 12): Job 'example' depends on unknown job 'test'.
if: github.ref_name == 'main'
uses: ./.github/workflows/_example.yml
secrets:
EXAMPLE_DEPLOY_KEY: ${{ secrets.EXAMPLE_DEPLOY_KEY }}