Skip to content

Commit

Permalink
Final formatting and enabling the PR action again
Browse files Browse the repository at this point in the history
  • Loading branch information
wfondrie committed Feb 6, 2025
1 parent 52fc693 commit c9ecc9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/generate-databases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
MESSAGE="$(cat /tmp/MESSAGES)"
echo "MESSAGE=${MESSAGE}" >> "${GITHUB_ENV}"
- name: Create pull request
if: false # temporarily disable
id: cpr
uses: peter-evans/create-pull-request@v7
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/scripts/update-all-databases.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash


function help {
echo "Usage: generate-all-databases.sh"
echo ""
Expand Down Expand Up @@ -51,6 +52,7 @@ function make-ontologies {
cargo run --bin rustyms-generate-databases
}


function main {
while [[ $# -gt 0 ]]; do
case "$1" in
Expand All @@ -70,4 +72,5 @@ function main {
make-ontologies
}


main "$@"

0 comments on commit c9ecc9d

Please sign in to comment.