Skip to content

Commit 8405a4c

Browse files
committed
[WIP] test PR
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent 63eef97 commit 8405a4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/container-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

health-monitors/syslog-health-monitor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.

0 commit comments

Comments
 (0)