Skip to content

Commit 41bafd4

Browse files
committed
Create success job for automerge
1 parent 368fd4f commit 41bafd4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.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)