diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9dec61fcb449..13530cc3e7fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,8 @@ on: - 'docs/**' - '.github/**' - '!.github/workflows/build.yml' - - '!.github/workflows/testserver.yml' + - '!.github/workflows/testserver.yml' + - '!.github/workflows/testserver-deployment.yml' push: branches: - develop diff --git a/.github/workflows/testserver-deployment.yml b/.github/workflows/testserver-deployment.yml index 5a36abd9f66f..f29fa64b08bc 100644 --- a/.github/workflows/testserver-deployment.yml +++ b/.github/workflows/testserver-deployment.yml @@ -17,6 +17,8 @@ on: type: string + + concurrency: ${{ github.event.inputs.environment_name }} env: diff --git a/README.md b/README.md index 07b5f92196b9..d992e1b24ab1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Artemis: Interactive Learning with Individual Feedback + [![Build & Deploy](https://github.com/ls1intum/Artemis/actions/workflows/build.yml/badge.svg?event=push)](https://github.com/ls1intum/Artemis/actions/workflows/build.yml) [![Test](https://github.com/ls1intum/Artemis/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/ls1intum/Artemis/actions/workflows/test.yml) [![Documentation](https://github.com/ls1intum/Artemis/actions/workflows/docs.yml/badge.svg?event=push)](https://docs.artemis.cit.tum.de) @@ -7,6 +8,7 @@ [![Coverage Status](https://app.codacy.com/project/badge/Coverage/89860aea5fa74d998ec884f1a875ed0c)](https://www.codacy.com/gh/ls1intum/Artemis?utm_source=github.com&utm_medium=referral&utm_content=ls1intum/Artemis&utm_campaign=Badge_Coverage) [![Latest version)](https://img.shields.io/github/v/tag/ls1intum/Artemis?label=%20Latest%20version&sort=semver)](https://github.com/ls1intum/Artemis/releases/latest) + Artemis brings interactive learning to life with instant, individual feedback on programming exercises, quizzes, modeling tasks, and more. Offering customization for instructors and real-time collaboration for students, this platform bridges creativity and education. Embrace a new era of engaging, adaptive learning and artificial intelligence support with Artemis, where innovation meets inclusivity. Find out more on https://artemisapp.github.io ## Main goals diff --git a/src/main/webapp/i18n/en/home.json b/src/main/webapp/i18n/en/home.json index 81e5cf7c6da4..055a3a686036 100644 --- a/src/main/webapp/i18n/en/home.json +++ b/src/main/webapp/i18n/en/home.json @@ -1,6 +1,6 @@ { "home": { - "title": "Welcome to Artemis!", + "title": "Welcome to Helios!", "subtitle": "Interactive Learning with Individual Feedback", "login": { "traditional": {