Skip to content

Commit

Permalink
add workflow to write badge images
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Sep 6, 2024
1 parent 88106d9 commit af0f564
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
pre-install: poetry

write-badges:
needs: build
uses: chris48s/python-package-shared/.github/workflows/write-badges-poetry.yml@main
if: ${{ always() && github.event_name == 'push' && github.ref == 'refs/heads/master'}}
with:
build_result: ${{ needs.build.result }}

0 comments on commit af0f564

Please sign in to comment.