mirror of
https://github.com/doocs/advanced-java.git
synced 2024-12-26 04:00:08 +08:00
feat: add if statement in sync workflow
This commit is contained in:
parent
7b706af68a
commit
5f73bb3898
1
.github/workflows/sync.yml
vendored
1
.github/workflows/sync.yml
vendored
@ -7,6 +7,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'doocs/advanced-java'
|
||||
steps:
|
||||
- name: Sync To Gitee
|
||||
uses: wearerequired/git-mirror-action@master
|
||||
|
Loading…
Reference in New Issue
Block a user