From 1d8be58cd47f8a2df8a52c0f1ab5855dba9e46a4 Mon Sep 17 00:00:00 2001 From: Arjun Suresh Date: Thu, 25 Jan 2024 18:44:23 +0000 Subject: [PATCH] Update sync.yml Automatically copy the checksum file to the inference repo --- .github/sync.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/sync.yml b/.github/sync.yml index 31042c4..3ecbc55 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -4,3 +4,5 @@ group: files: - source: compliance/check.py dest: tools/submission/power/power_checker.py + - source: compliance/sources_checksums.json + dest: tools/submission/power/sources_checksums.json