Skip to content

Commit 6fd4591

Browse files
fix: update workflows (#382)
Signed-off-by: Goetz Goerisch <[email protected]>
1 parent 49d604d commit 6fd4591

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/Dockerbuild.yml .github/workflows/build_containers.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
2-
name: Build container image
2+
name: Build container images
33

44
on:
5-
schedule:
6-
- cron: "23 9 * * *"
75
push:
86
branches: [develop]
97
pull_request:

.github/workflows/cleanup_containers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-24.04
15+
runs-on: ubuntu-latest
1616

1717
steps:
1818
- uses: actions/[email protected]

0 commit comments

Comments
 (0)