Skip to content

Commit

Permalink
fix security audit workflow paths
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle committed May 3, 2024
1 parent bc1b56a commit fd79636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
- ".github/workflows/security-audit.yaml"
- "cloud_connectors/azure/**"
- ".github/workflows/security-audit.yml"
- "cloud_connectors/resources/azure_function/**"
schedule:
- cron: "0 0 * * *" # once a day at midnight UTC
# NB: that cron trigger on GH actions runs only on the default branch
Expand Down

0 comments on commit fd79636

Please sign in to comment.