Skip to content

Commit

Permalink
fix: explicit ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlday committed Dec 19, 2022
1 parent e8586f2 commit 4fdc961
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/python-ci.yml
Expand Up @@ -8,5 +8,15 @@ concurrency:
cancel-in-progress: true

jobs:
python-poetry-ci:
uses: prosegrinder/.github/.github/workflows/python-poetry-ci.yaml@main
lint:
uses: prosegrinder/.github/.github/workflows/poetry-lint.yaml@main

test:
needs: lint
uses: prosegrinder/.github/.github/workflows/poetry-test.yaml@main

cz-dry-run:
needs: test
uses: prosegrinder/.github/.github/workflows/poetry-cz-dry-run.yaml@main
secrets:
VERSION_BUMP_TAG_TOKEN: "${{ secrets.VERSION_BUMP_TAG_TOKEN }}"

0 comments on commit 4fdc961

Please sign in to comment.