Skip to content

Commit

Permalink
CI: add "no-op" job
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe-Cholet committed Feb 7, 2024
1 parent 5fe6223 commit 362669e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- "**.md"

jobs:
no-op:

check:
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -79,7 +81,7 @@ jobs:
name: All checks succeeded
if: success()
runs-on: ubuntu-latest
needs: [check, msrv, test, check-format, doc]
needs: [no-op, check, msrv, test, check-format, doc]
steps:
- name: Mark the job as successful
run: exit 0

0 comments on commit 362669e

Please sign in to comment.