Skip to content

Commit 7c31004

Browse files
committed
Add required on.workflow_call to checks
1 parent 6dcccba commit 7c31004

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/checks.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
# SPDX-License-Identifier: BSD-2-Clause
33

4+
on:
5+
workflow_call:
6+
47
defaults:
58
run:
69
shell: bash

0 commit comments

Comments
 (0)