From c3dea0a8342c31395589bd517af6be9cf293f947 Mon Sep 17 00:00:00 2001 From: Jonathan Almeida Date: Thu, 8 Dec 2022 15:52:26 -0500 Subject: [PATCH] Close #28137: Disable run-build tasks on Pull Requests --- .github/workflows/build-contributor-pr.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-contributor-pr.yml b/.github/workflows/build-contributor-pr.yml index 42da01b41e16..665c437b97ac 100644 --- a/.github/workflows/build-contributor-pr.yml +++ b/.github/workflows/build-contributor-pr.yml @@ -3,7 +3,7 @@ on: [pull_request] jobs: run-build: runs-on: ubuntu-20.04 - if: github.event.pull_request.head.repo.full_name != github.repository && github.actor != 'MickeyMoz' + if: ${{ false }} steps: - name: Checkout repository uses: actions/checkout@v2 @@ -108,7 +108,6 @@ jobs: run-ui: runs-on: macos-11 if: ${{ false }} - timeout-minutes: 60 strategy: matrix: