mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
feat: add if statement in sync workflow
This commit is contained in:
parent
9fbd02009c
commit
11058bdc0d
1
.github/workflows/sync.yml
vendored
1
.github/workflows/sync.yml
vendored
@ -6,6 +6,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository == 'doocs/md'
|
||||||
steps:
|
steps:
|
||||||
- name: Sync to Gitee
|
- name: Sync to Gitee
|
||||||
uses: wearerequired/git-mirror-action@master
|
uses: wearerequired/git-mirror-action@master
|
||||||
|
Loading…
Reference in New Issue
Block a user