Skip to content

Commit

Permalink
Merge pull request #6994 from radarhere/cifuzz
Browse files Browse the repository at this point in the history
Run CIFuzz tests when GitHub Actions file changes
  • Loading branch information
radarhere committed Mar 6, 2023
2 parents 4ca3fc0 + d93d0a3 commit f7436e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,20 @@ name: CIFuzz
on:
push:
paths:
- ".github/workflows/cifuzz.yml"
- "**.c"
- "**.h"
pull_request:
paths:
- ".github/workflows/cifuzz.yml"
- "**.c"
- "**.h"
workflow_dispatch:

permissions:
contents: read

concurrency:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

Expand Down

0 comments on commit f7436e4

Please sign in to comment.