From cec9d91badd05095663b34bd544358218786372b Mon Sep 17 00:00:00 2001 From: "Thomas J. Zajac" Date: Wed, 8 May 2024 09:31:29 +0000 Subject: [PATCH] More finegrained PR workflow --- .github/workflows/tests_on_pr.yaml | 6 ++++-- .github/workflows/tests_on_push.yaml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests_on_pr.yaml b/.github/workflows/tests_on_pr.yaml index 04f95c9a..a4a22f0c 100644 --- a/.github/workflows/tests_on_pr.yaml +++ b/.github/workflows/tests_on_pr.yaml @@ -1,6 +1,8 @@ -name: Monorepo Tests +name: Monorepo PR Tests -on: pull_request +on: + pull_request: + types: [opened, reopened] jobs: get-changed-services: diff --git a/.github/workflows/tests_on_push.yaml b/.github/workflows/tests_on_push.yaml index 9155290e..1eaf4cdf 100644 --- a/.github/workflows/tests_on_push.yaml +++ b/.github/workflows/tests_on_push.yaml @@ -1,4 +1,4 @@ -name: Monorepo Tests +name: Monorepo Push Tests on: push: