Skip to content

Commit

Permalink
remove odroid from pull_request builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Justine West committed Jul 31, 2023
1 parent 00c54e0 commit 68589f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
strategy:
matrix:
os: ["rhel-8.7", "macos-11", "odroid"]
if: (${{ github.event_name == 'pull_request' }} && ${{ matrix.os != 'odroid' }}) || ${{ github.event_name == 'release' }}
runs-on: ${{ matrix.os }}
steps:
- name: "Checkout FPP Repository"
Expand Down

0 comments on commit 68589f3

Please sign in to comment.