Skip to content

Commit

Permalink
Add "CI success" step
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Jan 22, 2024
1 parent 2658af0 commit 967fef2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,10 @@ jobs:
tox
env:
PLATFORM: ${{ matrix.os }}

ci_success:
name: "CI success"
runs-on: ubuntu-latest
needs: [coverage, lint, test]
steps:
- run: echo "CI workflow completed successfully"

0 comments on commit 967fef2

Please sign in to comment.