File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
health-monitors/syslog-health-monitor Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135 uses : ./.github/actions/build-container
136136 env :
137137 # Disable registry cache for pull requests to avoid permission issues
138- DISABLE_REGISTRY_CACHE : ${{ github.event_name == 'pull_request' && 'true' || 'false' }}
138+ DISABLE_REGISTRY_CACHE : ${{ ( github.event_name == 'pull_request' || startsWith(github.ref, 'refs/heads/pull-request/')) && 'true' || 'false' }}
139139 with :
140140 safe_ref_name : ${{ needs.prepare-environment.outputs.safe_ref_name }}
141141 nvcr_container_repo : ${{ needs.prepare-environment.outputs.nvcr_container_repo }}
Original file line number Diff line number Diff line change 1- # Copyright (c) 2024 , NVIDIA CORPORATION. All rights reserved.
1+ # Copyright (c) 2025 , NVIDIA CORPORATION. All rights reserved.
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments