Skip to content

Merge pull request #2 from ahaywardtvuk/earthcode-ontology #24

Merge pull request #2 from ahaywardtvuk/earthcode-ontology

Merge pull request #2 from ahaywardtvuk/earthcode-ontology #24

name: Validate and process Building Blocks
on:
workflow_dispatch:
push:
branches:
- master
- main
permissions:
contents: write
pages: write
id-token: write
jobs:
validate-and-process:
# Avoid running the workflow on template clone
if: github.run_number != 1
name: Validate and process
uses: opengeospatial/bblocks-postprocess/.github/workflows/validate-and-process.yml@master
secrets:
sparql_username: ${{ secrets.sparql_username }}
sparql_password: ${{ secrets.sparql_password }}