Skip to content

Commit

Permalink
Proper Raspy 3 workflow, maybe
Browse files Browse the repository at this point in the history
Signed-off-by: Leandro Motta Barros <[email protected]>
Changelog-entry: Proper Raspy 3 workflow, maybe
  • Loading branch information
lmbarros committed Jun 11, 2024
1 parent 390d071 commit 0cfaf80
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/raspberrypi3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ on:
- "master"

jobs:
dummy:
name: Dummy Job

yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@b5b12bc2f8e08f90634d766afe30623c9899f323
# prevent duplicate workflow executions for pull_request and pull_request_target
if: |
(
Expand All @@ -29,9 +29,8 @@ jobs:
github.event.pull_request.head.repo.full_name != github.repository &&
github.event_name == 'pull_request_target'
)
runs-on: ubuntu-latest

steps:
- name: Dummt step
run: echo "This is a dummy step!"
secrets: inherit
with:
machine: raspberrypi3
# Needed for testing - deafults to production
environment: balena-staging.com

0 comments on commit 0cfaf80

Please sign in to comment.