Skip to content

Commit

Permalink
CIFuzz skips PRs that only modify markdown (#1453)
Browse files Browse the repository at this point in the history
Similar to ci_workflow.yml

Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm authored Jun 20, 2023
1 parent 7447f99 commit ff27eeb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: CIFuzz
on: [pull_request]
on:
pull_request:
# Jobs are skipped when ONLY Markdown (*.md) files are changed
paths-ignore:
- '**.md'
permissions:
contents: read
jobs:
Expand Down

0 comments on commit ff27eeb

Please sign in to comment.