diff --git a/.github/workflows/firmware.yml b/.github/workflows/firmware.yml index df0cc13..630c949 100644 --- a/.github/workflows/firmware.yml +++ b/.github/workflows/firmware.yml @@ -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: @@ -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 \ No newline at end of file