diff --git a/.github/workflows/re-use-tests.yml b/.github/workflows/re-use-tests.yml index 6a2f2392..0a257a7f 100644 --- a/.github/workflows/re-use-tests.yml +++ b/.github/workflows/re-use-tests.yml @@ -22,7 +22,6 @@ jobs: tests: name: ${{ inputs.title }} runs-on: poly-hammer-runner - if: github.repository == 'poly-hammer/BlenderTools' timeout-minutes: 120 permissions: contents: read diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b36a9c9a..b0437d82 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,9 +1,12 @@ name: Tests on: + pull_request: + types: [opened, synchronize, reopened] push: branches: - main + - dev - ci-testing paths: - 'send2ue/**/*'