Update ci.yml

Only run the CI if it belongs to the original repository
This commit is contained in:
Ru Chern Chong
2025-05-22 15:19:34 +08:00
committed by GitHub
parent b04077db02
commit e8f166cc69

View File

@@ -11,6 +11,8 @@ env:
jobs:
build:
# Only run the CI if it belongs to the original repository
if: github.repository == 'umami-software/umami'
runs-on: ubuntu-latest
strategy: