Skip to content

Commit

Permalink
Update ci-additional.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan committed Oct 7, 2023
1 parent c632025 commit 3eb442f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci-additional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,7 @@ jobs:
if: |
always()
&& (
(github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
|| needs.detect-ci-trigger.outputs.triggered == 'true'
|| contains( github.event.pull_request.labels.*.name, 'run-pyright')
contains( github.event.pull_request.labels.*.name, 'run-pyright')
)
defaults:
run:
Expand Down Expand Up @@ -258,9 +256,7 @@ jobs:
if: |
always()
&& (
(github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
|| needs.detect-ci-trigger.outputs.triggered == 'true'
|| contains( github.event.pull_request.labels.*.name, 'run-pyright')
contains( github.event.pull_request.labels.*.name, 'run-pyright')
)
defaults:
run:
Expand Down Expand Up @@ -303,7 +299,7 @@ jobs:
run: |
python -m pyright xarray/
- name: Upload mypy coverage to Codecov
- name: Upload pyright coverage to Codecov
uses: codecov/[email protected]
with:
file: pyright_report/cobertura.xml
Expand Down

0 comments on commit 3eb442f

Please sign in to comment.