From b0fc46c338030efb3ce7db0f15cdf242f07969bb Mon Sep 17 00:00:00 2001 From: Peixin Li Date: Tue, 14 Apr 2026 09:40:58 +0800 Subject: [PATCH] Update check_main to true as default Signed-off-by: Peixin Li --- license-header-check/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/license-header-check/action.yml b/license-header-check/action.yml index 0ffe63e..46558d6 100644 --- a/license-header-check/action.yml +++ b/license-header-check/action.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2025, NVIDIA CORPORATION. +# Copyright (c) 2024-2026, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ inputs: description: "check main branch or not" required: false type: boolean - default: false + default: true runs: using: "composite"