mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-11 01:13:47 +00:00
build.yaml: don't run untrusted submissions
This commit is contained in:
parent
8a877082da
commit
92473a5632
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -8,6 +8,9 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
# only runs if:
|
||||||
|
# not a PR, PR is approved, or PR is pushed by the repo owner or a collaborator
|
||||||
|
if: not github.base_ref || github.event.review.state == 'approved' || github.event.review.author_association == 'COLLABORATOR' || github.event.review.author_association == 'OWNER'
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user