Skip to content

Commit

Permalink
Add "CI success" validation
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Jan 3, 2024
1 parent 4bfc8aa commit 2c8bf67
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,10 @@ jobs:
- name: "Run loader tests"
run: |
tox -e loader-${{ matrix.loader }}
ci_success:
name: "CI success"
runs-on: ubuntu-latest
needs: [changelog, coverage, lint, loader]
steps:
- run: echo "CI workflow completed successfully"

0 comments on commit 2c8bf67

Please sign in to comment.