Skip to content

Commit

Permalink
wip2
Browse files Browse the repository at this point in the history
  • Loading branch information
psaavedra committed Jan 8, 2025
1 parent cfa1ca8 commit a08f6de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'ci skip')"
needs: scarthgap-repo
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/bitbake-build
with:
bitbake_buildname: wpe-${{ matrix.wpe_vers }}-${{ matrix.machine }}
Expand All @@ -47,6 +48,7 @@ jobs:
runs-on: [self-hosted, podman]
needs: build-raspberrypi-stable
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/podman-robot
with:
bitbake_buildname: wpe-${{ matrix.wpe_vers }}-${{ matrix.machine }}
Expand All @@ -64,6 +66,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'ci skip')"
needs: scarthgap-repo
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/bitbake-build
with:
bitbake_buildname: wpe-${{ matrix.wpe_vers }}-${{ matrix.machine }}
Expand All @@ -83,6 +86,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'ci skip')"
needs: scarthgap-repo
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/bitbake-build
with:
bitbake_buildname: wpe-${{ matrix.wpe_vers }}-${{ matrix.machine }}
Expand Down

0 comments on commit a08f6de

Please sign in to comment.