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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: