Skip to content

Commit

Permalink
Merge pull request #5 from python-humanize/prep-automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Apr 14, 2022
2 parents 368fd4f + 41bafd4 commit 67e6386
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,11 @@ jobs:
with:
flags: ${{ matrix.codecov-flag }}
name: ${{ matrix.os }} Python ${{ matrix.python-version }}

success:
needs: test
runs-on: ubuntu-latest
name: test successful
steps:
- name: Success
run: echo Test successful

0 comments on commit 67e6386

Please sign in to comment.