Skip to content

Commit

Permalink
Merge pull request #141 from balena-io/ab77/open-balena
Browse files Browse the repository at this point in the history
openBalena 2024
  • Loading branch information
ab77 committed May 28, 2024
2 parents 86bd7fa + 3553999 commit fe764b0
Show file tree
Hide file tree
Showing 51 changed files with 2,424 additions and 1,906 deletions.
34 changes: 32 additions & 2 deletions .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
types: [opened, synchronize, closed]
branches: [main, master]
# allow external contributions to use secrets within trusted code
pull_request_target:
types: [opened, synchronize, closed]
branches: [main, master]
Expand All @@ -24,4 +23,35 @@ jobs:
)
secrets: inherit
with:
cloudflare_website: "open-balena"
jobs_timeout_minutes: 60
cloudflare_website: open-balena
custom_runs_on: |
[
[
"self-hosted",
"Linux",
"X64"
]
]
balena_slugs: |
balena/open-balena
tests:
name: openBalena tests
uses: ./.github/workflows/tests.yml
needs: [flowzone]
if: |
((
github.event.pull_request.head.repo.full_name == github.repository &&
github.event_name == 'pull_request'
) || (
github.event.pull_request.head.repo.full_name != github.repository &&
github.event_name == 'pull_request_target'
)) && github.event.action != 'closed'
secrets: inherit
with:
environment: balena-cloud.com
fleet: balena/open-balena
# https://dash.cloudflare.com/001b3ed2352612aaa068aca1b0022736/balena-devices.com/dns
dns_tld: balena-devices.com
Loading

0 comments on commit fe764b0

Please sign in to comment.