Skip to content

Commit

Permalink
ci: single required job (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Apr 5, 2024
1 parent 46e99a0 commit b7d97a3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -5,8 +5,20 @@ on:
push:
branches:
- master
env:
RUST_BACKTRACE: 1

jobs:
ci-pass:
name: CI is green
runs-on: ubuntu-latest
needs:
- style
- test
- doc
steps:
- run: exit 0

style:
name: Check Style
runs-on: ubuntu-latest
Expand Down

0 comments on commit b7d97a3

Please sign in to comment.