From 09f6680aa933334482172eb7b050b8183890eca2 Mon Sep 17 00:00:00 2001 From: Travis McLane Date: Wed, 10 Apr 2024 09:11:36 -0500 Subject: [PATCH] restore: run tests only after approval --- .github/workflows/pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index dec51c58f..145c156f6 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -52,6 +52,7 @@ jobs: test_go: name: Run Go Tests runs-on: ${{ matrix.os }} + if: github.event.review.state == 'approved' strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest]