Skip to content

Commit

Permalink
Add one job to mark as required for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Urhengulas committed Jan 10, 2025
1 parent bca1ae8 commit 6baad6f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,14 @@ jobs:
- run: cargo clippy -- --deny warnings
- run: cargo clippy -- --deny warnings
working-directory: test-flip-link-app/

ci-success:
name: CI finished successfully
runs-on: ubuntu-latest
if: success()
needs:
- test
- static-checks
steps:
- name: Mark the build as successful
run: exit 0

0 comments on commit 6baad6f

Please sign in to comment.