Skip to content

Commit

Permalink
copy on pr rules to push rule
Browse files Browse the repository at this point in the history
  • Loading branch information
broskoTT committed Sep 30, 2024
1 parent 60d54de commit e671349
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,9 @@ on:
jobs:
build-all:
secrets: inherit
strategy:
fail-fast: false
matrix:
test-group: [
{ arch: grayskull },
{ arch: wormhole_b0 },
{ arch: blackhole },
]
uses: ./.github/workflows/build-target.yml
uses: ./.github/workflows/build-device.yml
with:
arch: ${{ matrix.test-group.arch }}
timeout: 10
build-target: umd_device

build-tests:
secrets: inherit
Expand All @@ -33,12 +23,10 @@ jobs:
{ arch: wormhole_b0 },
# { arch: blackhole },
]
uses: ./.github/workflows/build-target.yml
uses: ./.github/workflows/build-tests.yml
with:
arch: ${{ matrix.test-group.arch }}
timeout: 10
build-target: umd_tests
upload-artifacts: true

test-all:
secrets: inherit
Expand All @@ -59,4 +47,4 @@ jobs:
with:
arch: ${{ matrix.test-group.arch }}
card: ${{ matrix.test-group.card }}
timeout: ${{ matrix.test-group.timeout }}
timeout: ${{ matrix.test-group.timeout }}

0 comments on commit e671349

Please sign in to comment.