From a8077fda1dce13185e8c61470961db2de141efd7 Mon Sep 17 00:00:00 2001 From: jasminabrar Date: Tue, 12 Dec 2023 12:04:29 -0800 Subject: [PATCH] cleaning up --- .github/workflows/run-verification.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/run-verification.yml b/.github/workflows/run-verification.yml index 8cc154d9..2f876aeb 100644 --- a/.github/workflows/run-verification.yml +++ b/.github/workflows/run-verification.yml @@ -37,8 +37,7 @@ jobs: id: run-script run: | - #locate the .gds and .oas files - #export FILES=$(find submissions -type f \( -name "*.gds" -o -name "*.oas" \) -exec basename {} \;) + #locate the changed / added .gds and .oas files in the submission folder export FILES=$(git diff --name-status --diff-filter=ACM --relative=submissions ${{ github.event.before }} ${{ github.sha }} submissions | grep -E '\.(gds|oas)$' | awk '{print $2}') # print the names of the files