Skip to content

Commit

Permalink
Merge pull request #373 from enanomapper/Adds-msio-to-slimming
Browse files Browse the repository at this point in the history
Added msio
  • Loading branch information
jmillanacosta authored Jul 7, 2023
2 parents b1671df + 490a5f9 commit 3c5767f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/slim-ontologies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,11 @@ jobs:
# Slim uo
- name: slim-uo
run: bash scripts/src/build-workflow/slim.sh uo


# Slim msio
- name: slim-msio
run: bash scripts/src/build-workflow/slim.sh msio

# apply props bao
- name: Apply props bao
run: bash scripts/src/build-workflow/props.sh bao
Expand Down Expand Up @@ -205,4 +209,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filename: .github/action-issue-template.md
filename: .github/action-issue-template.md

0 comments on commit 3c5767f

Please sign in to comment.