summaryrefslogtreecommitdiff
path: root/.github/workflows/tomlplusplus-fuzz.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/tomlplusplus-fuzz.yml')
-rw-r--r--.github/workflows/tomlplusplus-fuzz.yml10
1 files changed, 1 insertions, 9 deletions
diff --git a/.github/workflows/tomlplusplus-fuzz.yml b/.github/workflows/tomlplusplus-fuzz.yml
index 7d346a172c..f326b6301b 100644
--- a/.github/workflows/tomlplusplus-fuzz.yml
+++ b/.github/workflows/tomlplusplus-fuzz.yml
@@ -1,16 +1,8 @@
name: "tomlplusplus: Fuzz"
on:
- push:
- branches: [master]
- paths:
- - 'tomlplusplus/**'
- - '.github/workflows/tomlplusplus-fuzz.yml'
- pull_request:
- paths:
- - 'tomlplusplus/**'
- - '.github/workflows/tomlplusplus-fuzz.yml'
workflow_dispatch:
+ workflow_call:
concurrency:
group: tomlplusplus-fuzz-${{ github.ref }}