Browse Source

Don't run fuzzing CI on forks (#1849)

master
Alexander Epaneshnikov 1 year ago
parent
commit
4b8a77eb95
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      .github/workflows/fuzzing.yml

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

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

Loading…
Cancel
Save