Skip to content

ci: split compliance and build step #1

ci: split compliance and build step

ci: split compliance and build step #1

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, synchronize, reopened, edited, ready_for_review]
workflow_dispatch:
# Cancels in-progress workflows for a PR when updated
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# Please define `build.args.GEOS_TPL_TAG` in `.devcontainer/devcontainer.json`
jobs:
run_compliance_checks:
name: Compliance Checks
uses: ./.github/workflows/compliance.yml

Check failure on line 18 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr.yml" -> "./.github/workflows/compliance.yml" : secret name `GITHUB_TOKEN` within `workflow_call` can not be used since it would collide with system reserved name
secrets: inherit