Skip to content

Commit

Permalink
add completed job in workflow for status checks
Browse files Browse the repository at this point in the history
Signed-off-by: miigotu <miigotu@gmail.com>
  • Loading branch information
miigotu committed Oct 18, 2023
1 parent 187af36 commit 2ead535
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,3 +267,9 @@ jobs:
with:
name: armv7
path: /tmp/sickchill-wheels/linux_arm_v7
complete:
name: Packaging tests completed
runs-on: [ ubuntu-latest ]
needs: [ Environment, Test, Test-Docker, Deploy ]
steps:
- run: echo "Success!"

0 comments on commit 2ead535

Please sign in to comment.