Skip to content

Merge pull request #5288 from wbc6080/fix-mapper-dockerfile #3

Merge pull request #5288 from wbc6080/fix-mapper-dockerfile

Merge pull request #5288 from wbc6080/fix-mapper-dockerfile #3

Workflow file for this run

name: CIFuzz
on:
push:
branches:
- master
tags:
paths:
- '**.md'
- 'docs/**'
- '**/OWNERS'
- '**/MAINTAINERS'
pull_request:
paths:
- '**.md'
- 'docs/**'
- '**/OWNERS'
- '**/MAINTAINERS'
jobs:
Fuzzing:
runs-on: ubuntu-22.04
steps:
- run: 'echo "only docs modified, no need to trigger CI"'