From 0d126f0c77369caab1c6d90ba6f85b3e6349f653 Mon Sep 17 00:00:00 2001 From: Ludwig Pusl <33753999+4ludwig4@users.noreply.github.com> Date: Fri, 19 May 2023 17:58:55 +0200 Subject: [PATCH] `Development`: Fix ibncGitHub workflow for builds (#6607) --- .github/workflows/build.yml | 4 ++-- .github/workflows/test.yml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b9551324b4f..feeeb233981b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ on: - 'SECURITY.md' - 'docs/**' - '.github/**' - - '!.github/workflows/build-deploy.yml' + - '!.github/workflows/build.yml' push: branches: - develop @@ -25,7 +25,7 @@ on: - 'SECURITY.md' - 'docs/**' - '.github/**' - - '!.github/workflows/build-deploy.yml' + - '!.github/workflows/build.yml' release: types: - created diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c6fb5a39a0a4..c2b24b682005 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ concurrency: group: test-${{ github.head_ref || github.run_id }} cancel-in-progress: true -# Keep in sync with codeql-analysis.yml and build-deploy.yml +# Keep in sync with codeql-analysis.yml and build.yml env: CI: true node: 18 diff --git a/README.md b/README.md index fbbb2b4dfe7a..50a85b9b4f46 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Artemis: Interactive Learning with Individual Feedback -[![Build & Deploy](https://github.com/ls1intum/Artemis/actions/workflows/build-deploy.yml/badge.svg?event=push)](https://github.com/ls1intum/Artemis/actions/workflows/build-deploy.yml) +[![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) [![Code Quality Status](https://app.codacy.com/project/badge/Grade/89860aea5fa74d998ec884f1a875ed0c)](https://www.codacy.com/gh/ls1intum/Artemis?utm_source=github.com&utm_medium=referral&utm_content=ls1intum/Artemis&utm_campaign=Badge_Grade)