Skip to content

Commit

Permalink
Development: Fix ibncGitHub workflow for builds (ls1intum#6607)
Browse files Browse the repository at this point in the history
  • Loading branch information
4ludwig4 authored May 19, 2023
1 parent 7202b64 commit 0d126f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- 'SECURITY.md'
- 'docs/**'
- '.github/**'
- '!.github/workflows/build-deploy.yml'
- '!.github/workflows/build.yml'
push:
branches:
- develop
Expand All @@ -25,7 +25,7 @@ on:
- 'SECURITY.md'
- 'docs/**'
- '.github/**'
- '!.github/workflows/build-deploy.yml'
- '!.github/workflows/build.yml'
release:
types:
- created
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 0d126f0

Please sign in to comment.