Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Sep 6, 2024
1 parent 8252ece commit 08968e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ jobs:
python-version: ${{ matrix.python-version }}
pre-install: poetry

- run: exit 1

write-badges:
needs: build
uses: ./.github/workflows/write-badges.yml
if: ${{ always() && github.event_name == 'push' && github.ref == 'refs/heads/test-artifact'}}
if: ${{ always() && github.event_name == 'push' && github.ref == 'refs/heads/master'}}
with:
build_result: ${{ needs.build.result }}

0 comments on commit 08968e5

Please sign in to comment.