Skip to content

Commit

Permalink
chore(ci): Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Dec 10, 2021
1 parent cadf5a3 commit 6bf6eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '13 13 13 * *'
- cron: '3 3 3 * *'
jobs:
security_audit:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pre-commit
on:
pull_request:
push:
branches: [source]
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6bf6eff

Please sign in to comment.