3535 fetch-tags : ' true'
3636
3737 - name : Get Secrets from Azure Key Vault
38+ if : ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }}
3839 uses : ./.github/actions/az-sync
3940 with :
4041 az_client_id : ${{ secrets.AZ_KEYVAULT_CLIENT_ID }}
7172 steps :
7273 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7374 - name : Get Secrets from Azure Key Vault
75+ if : ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }}
7476 uses : ./.github/actions/az-sync
7577 with :
7678 az_client_id : ${{ secrets.AZ_KEYVAULT_CLIENT_ID }}
@@ -113,6 +115,7 @@ jobs:
113115 steps :
114116 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
115117 - name : Get Secrets from Azure Key Vault
118+ if : ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }}
116119 uses : ./.github/actions/az-sync
117120 with :
118121 az_client_id : ${{ secrets.AZ_KEYVAULT_CLIENT_ID }}
@@ -148,6 +151,7 @@ jobs:
148151 steps :
149152 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
150153 - name : Get Secrets from Azure Key Vault
154+ if : ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }}
151155 uses : ./.github/actions/az-sync
152156 with :
153157 az_client_id : ${{ secrets.AZ_KEYVAULT_CLIENT_ID }}
@@ -180,6 +184,7 @@ jobs:
180184 with :
181185 fetch-tags : ' true'
182186 - name : Get Secrets from Azure Key Vault
187+ if : ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }}
183188 uses : ./.github/actions/az-sync
184189 with :
185190 az_client_id : ${{ secrets.AZ_KEYVAULT_CLIENT_ID }}
@@ -233,6 +238,7 @@ jobs:
233238 steps :
234239 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
235240 - name : Get Secrets from Azure Key Vault
241+ if : ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }}
236242 uses : ./.github/actions/az-sync
237243 with :
238244 az_client_id : ${{ secrets.AZ_KEYVAULT_CLIENT_ID }}
@@ -295,6 +301,7 @@ jobs:
295301 steps :
296302 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
297303 - name : Get Secrets from Azure Key Vault
304+ if : ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }}
298305 uses : ./.github/actions/az-sync
299306 with :
300307 az_client_id : ${{ secrets.AZ_KEYVAULT_CLIENT_ID }}
@@ -364,6 +371,7 @@ jobs:
364371 steps :
365372 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
366373 - name : Get Secrets from Azure Key Vault
374+ if : ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }}
367375 uses : ./.github/actions/az-sync
368376 with :
369377 az_client_id : ${{ secrets.AZ_KEYVAULT_CLIENT_ID }}
@@ -443,6 +451,7 @@ jobs:
443451 steps :
444452 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
445453 - name : Get Secrets from Azure Key Vault
454+ if : ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }}
446455 uses : ./.github/actions/az-sync
447456 with :
448457 az_client_id : ${{ secrets.AZ_KEYVAULT_CLIENT_ID }}
@@ -465,6 +474,7 @@ jobs:
465474 key : ${{ runner.os }}-go-
466475
467476 - name : Sync NGINX Plus License
477+ if : ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }}
468478 uses : ./.github/actions/az-sync
469479 with :
470480 az_client_id : ${{ secrets.AZ_KEYVAULT_CLIENT_ID }}
@@ -533,6 +543,7 @@ jobs:
533543 steps :
534544 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
535545 - name : Get Secrets from Azure Key Vault
546+ if : ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }}
536547 uses : ./.github/actions/az-sync
537548 with :
538549 az_client_id : ${{ secrets.AZ_KEYVAULT_CLIENT_ID }}
@@ -612,6 +623,7 @@ jobs:
612623 steps :
613624 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
614625 - name : Get Secrets from Azure Key Vault
626+ if : ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }}
615627 uses : ./.github/actions/az-sync
616628 with :
617629 az_client_id : ${{ secrets.AZ_KEYVAULT_CLIENT_ID }}
@@ -637,6 +649,7 @@ jobs:
637649 name : nginx-agent-unsigned-snapshots
638650 path : build
639651 - name : Sync NGINX Plus License
652+ if : ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }}
640653 uses : ./.github/actions/az-sync
641654 with :
642655 az_client_id : ${{ secrets.AZ_KEYVAULT_CLIENT_ID }}
0 commit comments