Skip to content
Snippets Groups Projects
Unverified Commit a3600f5e authored by Sergey Bronnikov's avatar Sergey Bronnikov Committed by Yaroslav Lobankov
Browse files

ci: fix an error in workflow

Commit f14cb97d ("ci: update paths in a fuzzing workflow") breaks
fuzzing workflow because one may only define one of `paths` and
`paths-ignore` for a single event. The patch fixes that.

NO_CHANGELOG=ci
NO_DOC=ci
NO_TEST=ci

(cherry picked from commit a6eeec3c)
parent 1329a652
No related branches found
No related tags found
Loading
......@@ -10,10 +10,9 @@ on:
paths:
- '.github/workflows/fuzzing.yml'
- 'src/**'
- '!src/**.lua'
- 'test/fuzz/**'
- 'test/static/corpus/**'
paths-ignore:
- '**.lua'
pull_request:
types: [opened, reopened, synchronize, labeled]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment