Skip to content

Commit

Permalink
Close mozilla-mobile#28137: Disable run-build tasks on Pull Requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalmeida authored and mergify[bot] committed Dec 12, 2022
1 parent 7d3784f commit c3dea0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-contributor-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -108,7 +108,6 @@ jobs:
run-ui:
runs-on: macos-11
if: ${{ false }}

timeout-minutes: 60
strategy:
matrix:
Expand Down

0 comments on commit c3dea0a

Please sign in to comment.