Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

[2.0.x] Community PR tweaks. #8695

Merged
merged 1 commit into from
Feb 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,10 @@ name: Pull Request
on: [pull_request]

jobs:
start-job:
name: Start Job
runs-on: ubuntu-latest
steps:
- name: Start Job.
run: echo "PR created. Builds will be triggered here for forked PRs or Buildkite for internal PRs."


submodule_regression_check:
if: github.event.pull_request.base.repo.id != github.event.pull_request.head.repo.id
name: Submodule Regression Check
runs-on: ubuntu-latest
needs: start-job
steps:
- name: Checkout
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e
Expand All @@ -28,7 +19,6 @@ jobs:
if: github.event.pull_request.base.repo.id != github.event.pull_request.head.repo.id
name: Amazon_Linux 2 | Build
runs-on: ubuntu-latest
needs: start-job
steps:
- name: Checkout
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e
Expand Down Expand Up @@ -112,7 +102,6 @@ jobs:
if: github.event.pull_request.base.repo.id != github.event.pull_request.head.repo.id
name: CentOS 7.7 | Build
runs-on: ubuntu-latest
needs: start-job
steps:
- name: Checkout
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e
Expand Down Expand Up @@ -196,7 +185,6 @@ jobs:
if: github.event.pull_request.base.repo.id != github.event.pull_request.head.repo.id
name: Ubuntu 16.04 | Build
runs-on: ubuntu-latest
needs: start-job
steps:
- name: Checkout
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e
Expand Down Expand Up @@ -280,7 +268,6 @@ jobs:
if: github.event.pull_request.base.repo.id != github.event.pull_request.head.repo.id
name: Ubuntu 18.04 | Build
runs-on: ubuntu-latest
needs: start-job
steps:
- name: Checkout
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e
Expand Down Expand Up @@ -364,7 +351,6 @@ jobs:
if: github.event.pull_request.base.repo.id != github.event.pull_request.head.repo.id
name: MacOS 10.15 | Build
runs-on: macos-latest
needs: start-job
steps:
- name: Checkout
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e
Expand Down