Skip to content

Commit 67e6386

Browse files
authored
Merge pull request #5 from python-humanize/prep-automerge
2 parents 368fd4f + 41bafd4 commit 67e6386

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,11 @@ jobs:
5858
with:
5959
flags: ${{ matrix.codecov-flag }}
6060
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
61+
62+
success:
63+
needs: test
64+
runs-on: ubuntu-latest
65+
name: test successful
66+
steps:
67+
- name: Success
68+
run: echo Test successful

0 commit comments

Comments
 (0)