mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
ci/docs: finalize transition to main branch
This commit is contained in:
@@ -113,7 +113,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Check upgrade testing
|
name: Check upgrade testing
|
||||||
command: |
|
command: |
|
||||||
if [ "$CIRCLE_BRANCH" == "master" ]; then
|
if [ "$CIRCLE_BRANCH" == "main" ]; then
|
||||||
echo "On master, no upgrade to test..."
|
echo "On master, no upgrade to test..."
|
||||||
circleci-agent step halt
|
circleci-agent step halt
|
||||||
else
|
else
|
||||||
|
|||||||
2
.github/workflows/integration-test.yaml
vendored
2
.github/workflows/integration-test.yaml
vendored
@@ -71,7 +71,7 @@ jobs:
|
|||||||
- name: "Int. tests: Ubuntu 22.04, Py 3.10, --upgrade"
|
- name: "Int. tests: Ubuntu 22.04, Py 3.10, --upgrade"
|
||||||
distro_image: "ubuntu:22.04"
|
distro_image: "ubuntu:22.04"
|
||||||
extra_flags: --upgrade
|
extra_flags: --upgrade
|
||||||
dont_run_on_ref: refs/heads/master
|
dont_run_on_ref: refs/heads/main
|
||||||
|
|
||||||
integration-tests:
|
integration-tests:
|
||||||
needs: decide-on-test-jobs-to-run
|
needs: decide-on-test-jobs-to-run
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[](https://tljh.jupyter.org/en/latest/?badge=latest)
|
[](https://tljh.jupyter.org/en/latest/?badge=latest)
|
||||||
[](https://github.com/jupyterhub/the-littlest-jupyterhub/actions)
|
[](https://github.com/jupyterhub/the-littlest-jupyterhub/actions)
|
||||||
[](https://codecov.io/gh/jupyterhub/the-littlest-jupyterhub)
|
[](https://codecov.io/gh/jupyterhub/the-littlest-jupyterhub)
|
||||||
[](https://github.com/jupyterhub/the-littlest-jupyterhub/issues)
|
[](https://github.com/jupyterhub/the-littlest-jupyterhub/issues)
|
||||||
[](https://discourse.jupyter.org/c/jupyterhub/tljh)
|
[](https://discourse.jupyter.org/c/jupyterhub/tljh)
|
||||||
[](https://gitter.im/jupyterhub/jupyterhub)
|
[](https://gitter.im/jupyterhub/jupyterhub)
|
||||||
|
|||||||
Reference in New Issue
Block a user