Skip to content

Commit

Permalink
child ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hnthh committed Dec 6, 2023
1 parent bad8cec commit 8e37dbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/child.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- master
pull_request:

env:
template-dir: '{{ cookiecutter.name }}'

jobs:
run:
uses: "fandsdev/django/{{ cookiecutter.name }}/.github/workflows/ci.yml@poetry"
uses: './${{ env.template-dir }}/.github/workflows/ci.yml@poetry'

0 comments on commit 8e37dbc

Please sign in to comment.