Skip to content

Commit

Permalink
Run CIFuzz tests when GitHub Actions file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Mar 6, 2023
1 parent 4ca3fc0 commit d93d0a3
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 d93d0a3

Please sign in to comment.