Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
jasminabrar committed Dec 12, 2023
1 parent f16d71b commit a8077fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8077fd

Please sign in to comment.