mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 04:40:41 +08:00
PR workflow change
This commit is contained in:
parent
aee6d99702
commit
267e4ec9fa
@ -55,7 +55,7 @@ jobs:
|
|||||||
test_go:
|
test_go:
|
||||||
name: Run Go Tests
|
name: Run Go Tests
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
if: github.event.review.state == 'approved'
|
if: github.event.review.state == 'approved' && github.repository == 'wailsapp/wails' && github.base_ref == 'master'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-22.04, windows-latest, macos-latest, ubuntu-24.04]
|
os: [ubuntu-22.04, windows-latest, macos-latest, ubuntu-24.04]
|
Loading…
Reference in New Issue
Block a user