Skip to content

Commit

Permalink
check validate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lizkrznarich committed Mar 13, 2024
1 parent 0f42831 commit 436b763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
curl https://raw.githubusercontent.com/ror-community/ror-schema/schema-v2/ror_schema.json -o ror_schema.json
curl https://raw.githubusercontent.com/ror-community/ror-schema/schema-v2/ror_schema_v2_0.json -o ror_schema_v2_0.json
ls ../files/
if [[ ${{ github.event.inputs.schema-version == 'v1' }} ]]; then
if [[ ${{ github.event.inputs.schema-version }} == 'v1' ]]; then
echo "validating v1"
if [[ ${{ github.event.inputs.skip-geonames }} == true ]]; then
if [[ ${{ github.event.inputs.with-relationship }} == true ]]; then
Expand All @@ -80,7 +80,7 @@ jobs:
fi
fi
fi
if [[ ${{ github.event.inputs.schema-version == 'v2' }} ]]; then
if [[ ${{ github.event.inputs.schema-version }} == 'v2' ]]; then
echo "validating v2"
if [[ ${{ github.event.inputs.skip-geonames }} == true ]]; then
if [[ ${{ github.event.inputs.with-relationship }} == true ]]; then
Expand Down

0 comments on commit 436b763

Please sign in to comment.