Browse Source

Don't run fuzzing CI on forks

master
Samuel Thibault 1 year ago
parent
commit
f14adeb5dc
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      .github/workflows/fuzzing.yml

+ 2
- 0
.github/workflows/fuzzing.yml View File

@@ -9,6 +9,8 @@ jobs:
build:
runs-on: ubuntu-latest
name: Build synth_espeak on ${{ matrix.arch }}
# Do not run this job on any forked repos
if: github.repository == 'espeak-ng/espeak-ng'
strategy:
fail-fast: false
matrix:

Loading…
Cancel
Save