Skip to content

Commit

Permalink
Merge pull request #377 from broadinstitute/jb-minify-ontology-action…
Browse files Browse the repository at this point in the history
…-fix

Fixing Github ref for minify ontology commits (SCP-5881)
  • Loading branch information
bistline authored Jan 13, 2025
2 parents 4930f0e + eb7f2a9 commit 410bc3e
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/minify_ontologies.yml
Original file line number Diff line number Diff line change
@@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

- name: Copy and decompress ontologies in repo
run: cd ingest/validation/ontologies; mkdir tmp; cp -r *.min.tsv.gz tmp/; gzip -d tmp/*.min.tsv.gz
@@ -86,7 +88,7 @@ jobs:
# Commit changes
git commit -m "Update minified ontologies via GitHub Actions"
git push origin ${{ github.head_ref }}
git push
else
echo "No changes to commit."
fi
Binary file modified ingest/validation/ontologies/mondo.min.tsv.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion ingest/validation/ontologies/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1733232455 # validation cache key
1734020562 # validation cache key

0 comments on commit 410bc3e

Please sign in to comment.