Skip to content

Commit 731fbe8

Browse files
committed
Add allgood CI job
1 parent 4a9d032 commit 731fbe8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,11 @@ jobs:
126126
with:
127127
user: __token__
128128
password: ${{ secrets.PYPI_KEY }}
129+
130+
allgood:
131+
runs-on: ubuntu-latest
132+
needs:
133+
- pre-commit
134+
- tests
135+
steps:
136+
- run: echo "Great success!"

0 commit comments

Comments
 (0)