diff options
author | Michael Kinney <michael.d.kinney@intel.com> | 2024-10-03 11:42:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-03 11:42:54 -0700 |
commit | 37c07d7ce0e20e09c00d404498e88f2a20dff4f5 (patch) | |
tree | d859759c1b13c03f28cc89ea1031b197a0be676b | |
parent | a82e183390ac1df7596bc477dac94d36b09a3e09 (diff) | |
download | cmocka-repo-sync.zip cmocka-repo-sync.tar.gz cmocka-repo-sync.tar.bz2 |
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
-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:
|