From af474bc064148e8bc4526fb4e947ec299201b2b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Sun, 16 Apr 2023 16:17:56 +0200 Subject: [PATCH] Rename Docker image cleanup job --- .github/workflows/package-cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package-cleanup.yml b/.github/workflows/package-cleanup.yml index c158902..556f2ab 100644 --- a/.github/workflows/package-cleanup.yml +++ b/.github/workflows/package-cleanup.yml @@ -2,7 +2,7 @@ # Copyright: 2023, The Geany contributors # License: GNU GPL v2 or later -name: Build CI Docker Images +name: Clean up old CI Docker Images on: workflow_dispatch: