Skip to content

Fix expire not running when target PVC is deleted before backup expires #1812

Fix expire not running when target PVC is deleted before backup expires

Fix expire not running when target PVC is deleted before backup expires #1812

Workflow file for this run

name: "Main"
on:
pull_request:
push:
branches:
- "main"
jobs:
build:
name: "build"
runs-on: "ubuntu-22.04"
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
- run: go mod tidy && make generate && make check-uncommitted
- run: make lint
- run: make test