Revert "Add PR approval wait (#8640)" (#8644)

This reverts commit cc2973e61c231c5681d5fb29f387330600f2cbd4.
This commit is contained in:
Pere Miquel Brull 2022-11-10 11:21:59 +01:00 committed by GitHub
parent 199b342288
commit d5ac72c591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 36 deletions

View File

@ -33,12 +33,6 @@ jobs:
airflow-apis-tests:
runs-on: ubuntu-latest
steps:
- name: Wait for approval
uses: lewagon/wait-on-check-action@master
with:
ref: ${{ github.event.pull_request.head.sha }}
check-name: 'Approval'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout
uses: actions/checkout@v2

View File

@ -41,12 +41,6 @@ jobs:
job: [0, 1]
environment: cypress
steps:
- name: Wait for approval
uses: lewagon/wait-on-check-action@master
with:
ref: ${{ github.event.pull_request.head.sha }}
check-name: 'Approval'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout
uses: actions/checkout@v2

View File

@ -41,12 +41,6 @@ jobs:
job: [0, 1]
environment: cypress
steps:
- name: Wait for approval
uses: lewagon/wait-on-check-action@master
with:
ref: ${{ github.event.pull_request.head.sha }}
check-name: 'Approval'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout
uses: actions/checkout@v2

View File

@ -45,12 +45,6 @@ jobs:
- 16.x
steps:
- name: Wait for approval
uses: lewagon/wait-on-check-action@master
with:
ref: ${{ github.event.pull_request.head.sha }}
check-name: 'Approval'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: install libssl
run: |

View File

@ -36,12 +36,6 @@ jobs:
matrix:
py-version: ['3.7', '3.8', '3.9']
steps:
- name: Wait for approval
uses: lewagon/wait-on-check-action@master
with:
ref: ${{ github.event.pull_request.head.sha }}
check-name: 'Approval'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout
uses: actions/checkout@v2

View File

@ -29,12 +29,6 @@ jobs:
node-version: [16.x]
runs-on: ubuntu-latest
steps:
- name: Wait for approval
uses: lewagon/wait-on-check-action@master
with:
ref: ${{ github.event.pull_request.head.sha }}
check-name: 'Approval'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
with: