File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -13,24 +13,11 @@ concurrency:
13
13
cancel-in-progress : true
14
14
15
15
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
-
30
16
# This job sync the labels across the various repos
31
17
labels-sync :
18
+ runs-on : ubuntu-22.04
19
+ if : ${{ github.event.repository.fork == false }}
32
20
strategy :
33
- # don't break another job if one is failed
34
21
fail-fast : false
35
22
matrix :
36
23
repo :
39
26
- nginxinc/nginx-prometheus-exporter
40
27
- nginxinc/nginx-plus-go-client
41
28
- nginxinc/nginx-asg-sync
42
- runs-on : ubuntu-22.04
43
- if : ${{ github.event.repository.fork == false }}
44
29
steps :
45
30
- name : Checkout
46
31
uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
You can’t perform that action at this time.
0 commit comments