Merge pull request #955 from xtheeq/sync-website

ci: restrict sync-website workflow to main repo
This commit is contained in:
DreamMaoMao 2026-05-21 18:03:23 +08:00 committed by GitHub
commit 06d76199d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,7 @@ concurrency:
jobs: jobs:
sync-website: sync-website:
if: github.repository == 'mangowm/mango'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4