ci(sync): skip main repo execution

This commit is contained in:
Yorun 2023-04-03 02:11:40 +00:00
parent 8a1c2f89be
commit 62f8675199
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ jobs:
sync_latest_from_upstream: sync_latest_from_upstream:
name: Sync latest commits from upstream repo name: Sync latest commits from upstream repo
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.event.repository.fork }}
steps: steps:
# Step 1: run a standard checkout action, provided by github # Step 1: run a standard checkout action, provided by github