Skip to content

Commit

Permalink
wip:
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Untereiner committed Aug 1, 2024
1 parent a57fcd4 commit 495ad73
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@ on:
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
secrets: inherit

run_builds:
needs:
- run_compliance_checks
name: Build step
uses: ./.github/workflows/builds.yml
secrets: inherit

0 comments on commit 495ad73

Please sign in to comment.