Skip to content

Commit

Permalink
fix(dry-run): avoid triggering when edit cve-scan-patching stuffs
Browse files Browse the repository at this point in the history
  • Loading branch information
g-iannelli committed Nov 14, 2024
1 parent 5e31afb commit 509e656
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ name: "Dry run"

on:
push:
paths:
- '.github/workflows/dry.yml'
- '.github/workflows/sync.yml'
- 'modules/**'
- '!README.md'
- '!single_sync.sh'
- '!single_sync_v2.sh'
- 'single_sync_v3.sh'

jobs:
fetch_modules_to_sync:
Expand Down

0 comments on commit 509e656

Please sign in to comment.