Skip to content

Commit

Permalink
Commit from GitHub Actions (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
mise-en-dev committed Mar 30, 2024
1 parent 1194450 commit a554c97
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ on:
push:
paths:
# Run if workflow changes
- '.github/workflows/audit.yml'
- ".github/workflows/audit.yml"
# Run on changed dependencies
- '**/Cargo.toml'
- '**/Cargo.lock'
- "**/Cargo.toml"
- "**/Cargo.lock"
# Run if the configuration file changes
- '**/audit.toml'
- "**/audit.toml"
# Rerun periodicly to pick up new advisories
schedule:
- cron: '0 0 * * *'
- cron: "0 0 * * *"
# Run manually
workflow_dispatch:

Expand Down

0 comments on commit a554c97

Please sign in to comment.