Skip to content

Commit fd8ad6c

Browse files
authored
Remove sync with internal repo (#3467)
1 parent 4bca072 commit fd8ad6c

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.github/workflows/sync.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,11 @@ concurrency:
1313
cancel-in-progress: true
1414

1515
jobs:
16-
# This job sync this repo to our internal repo
17-
repo-sync:
18-
runs-on: ubuntu-22.04
19-
if: ${{ github.event.repository.fork == false }}
20-
steps:
21-
- name: Repo Sync
22-
uses: wei/git-sync@55c6b63b4f21607da0e9877ca9b4d11a29fc6d83 # v3.0.0
23-
with:
24-
source_repo: "nginxinc/kubernetes-ingress"
25-
source_branch: "main"
26-
destination_repo: ${{ secrets.SYNC_DEST_REPO_URL }}
27-
destination_branch: "main"
28-
ssh_private_key: ${{ secrets.SYNC_SSH_PRIVATE_KEY }}
29-
3016
# This job sync the labels across the various repos
3117
labels-sync:
18+
runs-on: ubuntu-22.04
19+
if: ${{ github.event.repository.fork == false }}
3220
strategy:
33-
# don't break another job if one is failed
3421
fail-fast: false
3522
matrix:
3623
repo:
@@ -39,8 +26,6 @@ jobs:
3926
- nginxinc/nginx-prometheus-exporter
4027
- nginxinc/nginx-plus-go-client
4128
- nginxinc/nginx-asg-sync
42-
runs-on: ubuntu-22.04
43-
if: ${{ github.event.repository.fork == false }}
4429
steps:
4530
- name: Checkout
4631
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0

0 commit comments

Comments
 (0)