From 1a685451ede7ebbd298f56b35ab23606961ced6d Mon Sep 17 00:00:00 2001 From: Chris Yeninas <844685+PhantomGamers@users.noreply.github.com> Date: Sat, 27 Nov 2021 06:15:45 -0500 Subject: [PATCH] build.yaml: remove check this check isn't really needed since we can ensure only trusted people have the ability to run workflows --- .github/workflows/build.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 909870e4..d290c778 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: