diff options
-rw-r--r-- | .github/workflows/repo-sync.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 0b9918c..11269a5 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -1,4 +1,10 @@ -# File: .github/workflows/repo-sync.yml
+## @file
+# Sync cmocka repo to local repo.
+#
+# Copyright (c) 2024, Intel Corporation. All rights reserved.<BR>
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+#
+##
on:
schedule:
|