Skip to content

Commit

Permalink
ci: add crate-check into mergify rules (#3914)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau authored Dec 4, 2024
1 parent dc51ad7 commit b9089db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/crate-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:

jobs:
check:
name: crate check
if: github.repository == 'anza-xyz/agave'
runs-on: ubuntu-20.04
steps:
Expand Down
3 changes: 3 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ pull_request_rules:
- status-success=cargo-test-sbf (name-service/program)
- status-success=cargo-test-sbf (stake-pool/program)
- status-success=cargo-test-sbf (single-pool/program)
- or:
- -files~=(Cargo\.toml|.github/workflows/crate-check\.yml|ci/check-crates\.sh)$
- check-success=crate check
actions:
merge:
method: squash
Expand Down

0 comments on commit b9089db

Please sign in to comment.