From 2ff34eaf3e81bb9764b041d17291714c7145c834 Mon Sep 17 00:00:00 2001 From: Eric Joanis Date: Wed, 13 Sep 2023 13:06:17 -0400 Subject: [PATCH] ci: suppress redundant tests runs on PR and push --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a034a207..db1af5d1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,7 +1,9 @@ name: Run Tests on: - - push - - pull_request + pull_request: + types: [review_requested] + push: + jobs: test: runs-on: ubuntu-latest