chore(CI): update sync workflows
This commit is contained in:
parent
d1284cdcbb
commit
9037622126
|
@ -8,7 +8,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
sync_to_enterprise:
|
sync_to_enterprise:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: github.repository == '${{ github.repository_owner }}/emqx'
|
if: github.repository == 'emqx/emqx'
|
||||||
steps:
|
steps:
|
||||||
- name: git-sync
|
- name: git-sync
|
||||||
uses: Rory-Z/git-sync@v3.0.1
|
uses: Rory-Z/git-sync@v3.0.1
|
||||||
|
|
Loading…
Reference in New Issue