From a1218859a5487bb08eada4db085d9d2cd57c8634 Mon Sep 17 00:00:00 2001 From: Justin Retzolk <44710313+justinretzolk@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:20:29 -0500 Subject: [PATCH] Prepend post-promote-production with crt- --- ...omote-production.yml => crt-post-promote-production.yml} | 6 +++--- .release/ci.hcl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{post-promote-production.yml => crt-post-promote-production.yml} (90%) diff --git a/.github/workflows/post-promote-production.yml b/.github/workflows/crt-post-promote-production.yml similarity index 90% rename from .github/workflows/post-promote-production.yml rename to .github/workflows/crt-post-promote-production.yml index 13c7a1563..e27726a9c 100644 --- a/.github/workflows/post-promote-production.yml +++ b/.github/workflows/crt-post-promote-production.yml @@ -1,10 +1,10 @@ -name: post-promote-production +name: Post Promote Production on: repository_dispatch: types: - - post-promote-production - - post-promote-production::* + - crt-post-promote-production + - crt-post-promote-production::* permissions: actions: write diff --git a/.release/ci.hcl b/.release/ci.hcl index 834a740fd..c476847d5 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -94,7 +94,7 @@ event "promote-production" { post-promotion { organization = "hashicorp" repository = "terraform-provider-awscc" - workflow = "post-promote-production.yml" + workflow = "crt-post-promote-production.yml" } }