Skip to content

Commit

Permalink
ci: add "Success" job for adding required checks to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
ruancomelli committed Aug 24, 2023
1 parent 4efa266 commit bebc002
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,9 @@ jobs:
- name: Run tests for '${{ matrix.exercise }}'
run: cargo test --verbose
working-directory: exercism/rust/${{ matrix.exercise }}

success:
name: Success
needs: check
runs-on: ubuntu-latest
if: ${{ always() }}

0 comments on commit bebc002

Please sign in to comment.