restore: run tests only after approval

This commit is contained in:
Travis McLane 2024-04-10 09:11:36 -05:00
commit 09f6680aa9

View file

@ -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]