From c919d2c990beba0d5d91b28f436b43296b6992b0 Mon Sep 17 00:00:00 2001 From: DevMirza <53424436+Zaid-maker@users.noreply.github.com> Date: Thu, 30 May 2024 11:46:04 +0500 Subject: [PATCH] fix(ci): Prevent ARM runner from running in Forks (#4803) --- .github/workflows/auto-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index c791bc880..0ee5943a7 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -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 ]