| 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: |