Skip to content

ci: move reusable workflows to subdir #1

ci: move reusable workflows to subdir

ci: move reusable workflows to subdir #1

name: deploy-production
on:
push:
branches:
- master
concurrency:
group: ${{ github.workflow}}-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
uses: ./.github/workflows/reusable/deploy-production.yml

Check failure on line 14 in .github/workflows/deploy-production.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-production.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
secrets: inherit