Skip to content

Commit

Permalink
Removes manual run from audit
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 20, 2021
1 parent f07d704 commit cc12ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ on:
- '**/Cargo.lock'
schedule:
- cron: '7 7 7 * *'
workflow_dispatch:

jobs:
security_audit:
audit:
name: Security audit
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit cc12ba7

Please sign in to comment.