Skip to content

Commit

Permalink
only build on upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
henkwiedig committed Nov 14, 2024
1 parent 88012d9 commit 96fd7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
buildroot:
if: github.repository == 'openipc/msposd' # Replace with your repo owner and name
name: Firmware
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -35,5 +36,4 @@ jobs:
run: |
git clone https://github.com/openipc/firmware --depth=1
cd firmware
sed -i "s/openipc/${GITHUB_REPOSITORY%/*}/" general/package/msposd/msposd.mk
make BOARD=${{matrix.platform}}_${{matrix.release}} MSPOSD_VERSION=${MSPOSD_VERSION} br-msposd

0 comments on commit 96fd7a1

Please sign in to comment.