Skip to content

Commit

Permalink
set anem
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Dec 6, 2024
1 parent ea79479 commit 439c842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ jobs:
python: ["3.11"]
os: [ubuntu-22.04]
fail-fast: false
name: "[build] docker images"
name: "[build] docker images (all but frontend)"
steps:
- name: Remove unused software
run: |
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:
python: ["3.11"]
os: [ubuntu-22.04]
fail-fast: false
name: "[build] docker images"
name: "[build] docker images (frontend-only)"
steps:
- name: Remove unused software
run: |
Expand Down

0 comments on commit 439c842

Please sign in to comment.