From 3844c41a2cd1b8491deb81d4f641f23d18234c82 Mon Sep 17 00:00:00 2001 From: kentsanggds Date: Tue, 14 Jan 2025 14:46:01 +0000 Subject: [PATCH] Also fix create pr on tags --- .github/workflows/create-pr-on-tags.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-pr-on-tags.yaml b/.github/workflows/create-pr-on-tags.yaml index 85ce8fc55..aaaa809c8 100644 --- a/.github/workflows/create-pr-on-tags.yaml +++ b/.github/workflows/create-pr-on-tags.yaml @@ -3,7 +3,7 @@ name: Create charts PR on tags creation on: workflow_dispatch: workflow_run: - workflows: [ "Build and push images on tags" ] + workflows: [ "Build and push DGU Find Image on tags" ] types: - completed