mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-09 23:40:05 +00:00
This reverts commit cc2973e61c231c5681d5fb29f387330600f2cbd4.
This commit is contained in:
parent
199b342288
commit
d5ac72c591
6
.github/workflows/airflow-apis-tests-3_9.yml
vendored
6
.github/workflows/airflow-apis-tests-3_9.yml
vendored
@ -33,12 +33,6 @@ jobs:
|
|||||||
airflow-apis-tests:
|
airflow-apis-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
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
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|||||||
@ -41,12 +41,6 @@ jobs:
|
|||||||
job: [0, 1]
|
job: [0, 1]
|
||||||
environment: cypress
|
environment: cypress
|
||||||
steps:
|
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
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|||||||
@ -41,12 +41,6 @@ jobs:
|
|||||||
job: [0, 1]
|
job: [0, 1]
|
||||||
environment: cypress
|
environment: cypress
|
||||||
steps:
|
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
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|||||||
6
.github/workflows/maven-build.yml
vendored
6
.github/workflows/maven-build.yml
vendored
@ -45,12 +45,6 @@ jobs:
|
|||||||
- 16.x
|
- 16.x
|
||||||
|
|
||||||
steps:
|
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
|
- name: install libssl
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
6
.github/workflows/py-tests.yml
vendored
6
.github/workflows/py-tests.yml
vendored
@ -36,12 +36,6 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
py-version: ['3.7', '3.8', '3.9']
|
py-version: ['3.7', '3.8', '3.9']
|
||||||
steps:
|
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
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|||||||
6
.github/workflows/yarn-coverage.yml
vendored
6
.github/workflows/yarn-coverage.yml
vendored
@ -29,12 +29,6 @@ jobs:
|
|||||||
node-version: [16.x]
|
node-version: [16.x]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
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
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user