Browse Source

keepalive

main
Daniel Gibbs 2 weeks ago
parent
commit
9015bcd638
  1. 3
      .github/workflows/docker-publish.yml

3
.github/workflows/docker-publish.yml

@ -107,7 +107,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-ubuntu-2004:
name: Build Ubuntu 20.04
runs-on: ubuntu-latest
@ -170,7 +169,7 @@ jobs:
delete-only-untagged-versions: true
workflow-keepalive:
# if: github.event_name == 'schedule'
if: github.event_name == 'schedule'
runs-on: ubuntu-latest
permissions:
actions: write

Loading…
Cancel
Save