mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-28 00:19:27 +00:00
build.yaml: remove check
this check isn't really needed since we can ensure only trusted people have the ability to run workflows
This commit is contained in:
parent
eea85a425c
commit
1a685451ed
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -8,9 +8,6 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
# only runs if:
|
||||
# not a PR, PR is approved, or PR is pushed by the repo owner or a collaborator
|
||||
if: github.base_ref == '' || github.event.review.state == 'approved' || github.event.review.author_association == 'COLLABORATOR' || github.event.review.author_association == 'OWNER'
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user