Skip to content

Commit 0bff847

Browse files
fix: update workflows (#382)
Signed-off-by: Goetz Goerisch <g.goerisch@vdw.de>
1 parent c9fda94 commit 0bff847

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/github-script@v7.0.1

0 commit comments

Comments
 (0)