Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
togami2864 committed Aug 7, 2024
1 parent 40425e8 commit f67de29
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
branches:
- main
paths: # Only run when changes are made to rust code or root Cargo
- 'crates/**'
- 'fuzz/**'
- 'xtask/**'
- 'Cargo.toml'
- 'Cargo.lock'
- 'rust-toolchain.toml'
- 'rustfmt.toml'
- "crates/**"
- "fuzz/**"
- "xtask/**"
- "Cargo.toml"
- "Cargo.lock"
- "rust-toolchain.toml"
- "rustfmt.toml"

# Cancel jobs when the PR is updated
concurrency:
Expand Down Expand Up @@ -184,5 +184,6 @@ jobs:
run: |
if [[ `git status --porcelain` ]]; then
git status
git diff
exit 1
fi

0 comments on commit f67de29

Please sign in to comment.