Add final 'Test successful' to simplify PR status check requirements
This commit is contained in:
parent
fa94ed0263
commit
dec407d958
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -44,3 +44,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
flags: ${{ matrix.os }}
|
flags: ${{ matrix.os }}
|
||||||
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
|
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
|
||||||
|
|
||||||
|
success:
|
||||||
|
needs: test
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: test successful
|
||||||
|
steps:
|
||||||
|
- name: Success
|
||||||
|
run: echo Test successful
|
||||||
|
|
Loading…
Reference in a new issue