зеркало из https://github.com/microsoft/torchgeo.git
Improve CI concurrency robustness (#1423)
This commit is contained in:
Родитель
b168cae22a
Коммит
b4758a732a
|
@ -77,5 +77,5 @@ jobs:
|
||||||
- name: Run notebook checks
|
- name: Run notebook checks
|
||||||
run: pytest --nbmake --durations=10 --reruns=10 docs/tutorials
|
run: pytest --nbmake --durations=10 --reruns=10 docs/tutorials
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
|
@ -125,5 +125,5 @@ jobs:
|
||||||
- name: Run pyupgrade checks
|
- name: Run pyupgrade checks
|
||||||
run: pyupgrade --py39-plus $(find . -path ./docs/src -prune -o -name "*.py" -print)
|
run: pyupgrade --py39-plus $(find . -path ./docs/src -prune -o -name "*.py" -print)
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
|
@ -115,5 +115,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
|
@ -35,5 +35,5 @@ jobs:
|
||||||
- name: Run notebook checks
|
- name: Run notebook checks
|
||||||
run: pytest --nbmake --durations=10 --reruns=10 docs/tutorials
|
run: pytest --nbmake --durations=10 --reruns=10 docs/tutorials
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
Загрузка…
Ссылка в новой задаче