fix(ci): Prevent ARM runner from running in Forks (#4803)

This commit is contained in:
DevMirza 2024-05-30 11:46:04 +05:00 committed by GitHub
parent 40d24e7837
commit c919d2c990
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,7 @@ jobs:
needs: [ check-linters ]
runs-on: ${{ matrix.os }}
timeout-minutes: 15
if: ${{ github.repository == 'louislam/uptime-kuma' }}
strategy:
matrix:
os: [ ARMv7 ]