Compare commits

..

2 commits

Author SHA1 Message Date
51c8bdfacf
chore: Re-enable IPv6 test daily to verify connectivity
All checks were successful
/ ipv6 (push) Successful in 31s
2025-06-14 17:30:10 +02:00
68e9514778
cleanup: Remove no longer needed tools workflow 2025-06-14 17:29:38 +02:00
2 changed files with 2 additions and 21 deletions

View file

@ -1,21 +0,0 @@
on:
schedule:
- cron: 6 6 * * *
workflow_dispatch:
jobs:
cleanup_podman:
runs_on: ubuntu-24.04
steps:
- run: podman system prune -a -f
build-node:
runs_on: ubuntu-24.04
depends_on:
- cleanup_podman
steps:
- uses: actions/checkout@v4
with:
lfs: true
- run: cd images/node/22 && podman build . -t internal__node:22

View file

@ -1,5 +1,7 @@
---
on:
schedule:
- cron: 6 6 * * *
push:
branches:
- main