mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
restore: run tests only after approval
This commit is contained in:
parent
9261130fed
commit
09f6680aa9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pr.yml
vendored
1
.github/workflows/pr.yml
vendored
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue