mirror of
https://github.com/datahub-project/datahub.git
synced 2025-06-27 05:03:31 +00:00
update(ci): specify branch (#13515)
This commit is contained in:
parent
978d7b1afa
commit
7e5295ac3c
1
.github/workflows/actions.yml
vendored
1
.github/workflows/actions.yml
vendored
@ -57,6 +57,7 @@ jobs:
|
||||
fail_ci_if_error: false
|
||||
name: datahub-actions
|
||||
verbose: true
|
||||
override_branch: ${{ github.head_ref || github.ref_name }}
|
||||
|
||||
event-file:
|
||||
runs-on: ubuntu-latest
|
||||
|
2
.github/workflows/airflow-plugin.yml
vendored
2
.github/workflows/airflow-plugin.yml
vendored
@ -91,11 +91,13 @@ jobs:
|
||||
flags: ingestion-airflow
|
||||
name: pytest-airflow-${{ matrix.python-version }}-${{ matrix.extra_pip_requirements }}
|
||||
verbose: true
|
||||
override_branch: ${{ github.head_ref || github.ref_name }}
|
||||
- name: Upload test results to Codecov
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
override_branch: ${{ github.head_ref || github.ref_name }}
|
||||
|
||||
event-file:
|
||||
runs-on: ubuntu-latest
|
||||
|
3
.github/workflows/build-and-test.yml
vendored
3
.github/workflows/build-and-test.yml
vendored
@ -140,6 +140,7 @@ jobs:
|
||||
flags: backend
|
||||
name: ${{ matrix.command }}
|
||||
verbose: true
|
||||
override_branch: ${{ github.head_ref || github.ref_name }}
|
||||
- name: Upload frontend coverage to Codecov
|
||||
if: ${{ matrix.command == 'frontend' && needs.setup.outputs.frontend_change == 'true' }}
|
||||
uses: codecov/codecov-action@v5
|
||||
@ -152,11 +153,13 @@ jobs:
|
||||
flags: frontend
|
||||
name: ${{ matrix.command }}
|
||||
verbose: true
|
||||
override_branch: ${{ github.head_ref || github.ref_name }}
|
||||
- name: Upload test results to Codecov
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
override_branch: ${{ github.head_ref || github.ref_name }}
|
||||
|
||||
docker-codegen-validation:
|
||||
runs-on: ubuntu-latest
|
||||
|
2
.github/workflows/dagster-plugin.yml
vendored
2
.github/workflows/dagster-plugin.yml
vendored
@ -75,11 +75,13 @@ jobs:
|
||||
flags: ingestion-dagster-plugin
|
||||
name: pytest-dagster
|
||||
verbose: true
|
||||
override_branch: ${{ github.head_ref || github.ref_name }}
|
||||
- name: Upload test results to Codecov
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
override_branch: ${{ github.head_ref || github.ref_name }}
|
||||
|
||||
event-file:
|
||||
runs-on: ubuntu-latest
|
||||
|
1
.github/workflows/docker-unified.yml
vendored
1
.github/workflows/docker-unified.yml
vendored
@ -506,6 +506,7 @@ jobs:
|
||||
uses: codecov/test-results-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
override_branch: ${{ github.head_ref || github.ref_name }}
|
||||
|
||||
- uses: actions/cache/save@v4
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
|
2
.github/workflows/gx-plugin.yml
vendored
2
.github/workflows/gx-plugin.yml
vendored
@ -79,11 +79,13 @@ jobs:
|
||||
flags: ingestion-gx-plugin
|
||||
name: pytest-gx
|
||||
verbose: true
|
||||
override_branch: ${{ github.head_ref || github.ref_name }}
|
||||
- name: Upload test results to Codecov
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
override_branch: ${{ github.head_ref || github.ref_name }}
|
||||
|
||||
event-file:
|
||||
runs-on: ubuntu-latest
|
||||
|
2
.github/workflows/metadata-ingestion.yml
vendored
2
.github/workflows/metadata-ingestion.yml
vendored
@ -99,11 +99,13 @@ jobs:
|
||||
flags: ingestion
|
||||
name: pytest-${{ matrix.python-version }}-${{ matrix.command }}
|
||||
verbose: true
|
||||
override_branch: ${{ github.head_ref || github.ref_name }}
|
||||
- name: Upload test results to Codecov
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
override_branch: ${{ github.head_ref || github.ref_name }}
|
||||
|
||||
event-file:
|
||||
runs-on: ubuntu-latest
|
||||
|
2
.github/workflows/metadata-io.yml
vendored
2
.github/workflows/metadata-io.yml
vendored
@ -88,11 +88,13 @@ jobs:
|
||||
flags: metadata-io
|
||||
name: metadata-io-test
|
||||
verbose: true
|
||||
override_branch: ${{ github.head_ref || github.ref_name }}
|
||||
- name: Upload test results to Codecov
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
override_branch: ${{ github.head_ref || github.ref_name }}
|
||||
|
||||
event-file:
|
||||
runs-on: ubuntu-latest
|
||||
|
2
.github/workflows/prefect-plugin.yml
vendored
2
.github/workflows/prefect-plugin.yml
vendored
@ -71,11 +71,13 @@ jobs:
|
||||
flags: ingestion-prefect-plugin
|
||||
name: pytest-prefect-${{ matrix.python-version }}
|
||||
verbose: true
|
||||
override_branch: ${{ github.head_ref || github.ref_name }}
|
||||
- name: Upload test results to Codecov
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
override_branch: ${{ github.head_ref || github.ref_name }}
|
||||
|
||||
event-file:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user