Skip to content

Commit

Permalink
Add pr.yml caller workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Wilson <[email protected]>
  • Loading branch information
SWilson4 committed Sep 13, 2024
1 parent 8e7c035 commit 4772ea8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Pull request tests

permissions:
contents: read

on: pull_request

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:

basic-checks:
uses: ./.github/workflows/basic.yml

platform-tests:
needs: basic-checks
uses: ./.github/workflows/platforms.yml

0 comments on commit 4772ea8

Please sign in to comment.