Skip to content

Commit

Permalink
reduce chatter (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
grtwje authored Apr 22, 2022
1 parent 1b51af2 commit b943c7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on: [push]
on:
pull_request:
branches:
- main
name: build
jobs:
build:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Security audit
on:
schedule:
- cron: "0 8 * * *"
push:
paths:
- "**/Cargo.*"
Expand Down

0 comments on commit b943c7a

Please sign in to comment.