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:
Chris Yeninas 2021-11-27 06:15:45 -05:00
parent eea85a425c
commit 1a685451ed

View File

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