Skip to content
Snippets Groups Projects
Unverified Commit 19dd58f9 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Start running the `fuzzing` workflow on related changes (#34900)

parent 4b3901f5
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,17 @@ name: Fuzzing
on:
workflow_dispatch:
push:
branches:
- 'master'
- 'release-**'
paths:
- 'frontend/src/metabase-lib/expressions/**'
pull_request:
paths:
- 'frontend/src/metabase-lib/expressions/**'
jobs:
fe-fuzz-tokenizer:
runs-on: ubuntu-22.04
timeout-minutes: 15
......
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