Skip to content

Commit f7436e4

Browse files
authored
Merge pull request #6994 from radarhere/cifuzz
Run CIFuzz tests when GitHub Actions file changes
2 parents 4ca3fc0 + d93d0a3 commit f7436e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cifuzz.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@ name: CIFuzz
33
on:
44
push:
55
paths:
6+
- ".github/workflows/cifuzz.yml"
67
- "**.c"
78
- "**.h"
89
pull_request:
910
paths:
11+
- ".github/workflows/cifuzz.yml"
1012
- "**.c"
1113
- "**.h"
1214
workflow_dispatch:
1315

1416
permissions:
1517
contents: read
1618

17-
concurrency:
19+
concurrency:
1820
group: ${{ github.workflow }}-${{ github.ref }}
1921
cancel-in-progress: true
2022

0 commit comments

Comments
 (0)