Skip to content

Commit

Permalink
Revert "Alias the list of paths"
Browse files Browse the repository at this point in the history
This reverts commit 8095045.
  • Loading branch information
akoshelev committed Feb 1, 2023
1 parent 91831dc commit 7297f7a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Check dependencies against Advisory DB
on:
push:
paths: &PATHS
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
pull_request:
paths: *PATHS
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '0 0 * * *'

Expand Down

0 comments on commit 7297f7a

Please sign in to comment.