Skip to content

Commit

Permalink
[CI] Add terminal ci_success job
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Nov 1, 2023
1 parent 265068c commit 312a4c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CI.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 312a4c3

Please sign in to comment.