Skip to content

Commit

Permalink
Change CI to run on PRs within same repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-yao91 committed Jun 14, 2024
1 parent 444d385 commit 154999c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ permissions:

jobs:
test-lts:
if: github.repository == 'poly-hammer/BlenderTools' && github.event.pull_request.head.repo.full_name == github.repository
name: Test LTS
uses: poly-hammer/BlenderTools/.github/workflows/re-use-tests.yml@main
secrets: inherit
Expand All @@ -30,6 +31,7 @@ jobs:
blender-version: 3.6

test-latest:
if: github.repository == 'poly-hammer/BlenderTools' && github.event.pull_request.head.repo.full_name == github.repository
needs: test-lts
name: Test Latest
uses: poly-hammer/BlenderTools/.github/workflows/re-use-tests.yml@main
Expand Down

0 comments on commit 154999c

Please sign in to comment.