Skip to content

Revert "make firmware builds sequential instead of parallel" #7

Revert "make firmware builds sequential instead of parallel"

Revert "make firmware builds sequential instead of parallel" #7

Workflow file for this run

name: build_on_push
on:
push:
branches:
- main
paths:
- 'Quartus/**'
- 'RTL/**'
jobs:
build_firmware_10M02:
secrets: inherit
uses: ./.github/workflows/build.yml
with:
device: 10M02SCU169C8G
build_firmware_10M04:
secrets: inherit
uses: ./.github/workflows/build.yml
with:
device: 10M04SCU169C8G
build_firmware_10M16:
secrets: inherit
uses: ./.github/workflows/build.yml
with:
device: 10M16SCU169C8G