From 06c86dc0695d69041d218c8c533ff659f7478694 Mon Sep 17 00:00:00 2001 From: Jack Yao <151671689+jack-yao91@users.noreply.github.com> Date: Thu, 13 Jun 2024 22:30:03 -0500 Subject: [PATCH] Changed CI to Run on PRs (#16) Updated worflow to run on PR --- .github/workflows/re-use-tests.yml | 1 - .github/workflows/tests.yml | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) 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/**/*'