From 1633e61164de3b0ae975c35aa6d8dbc969aff57c Mon Sep 17 00:00:00 2001 From: Minh Pham <114534554+minh-pham1@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:43:20 -0800 Subject: [PATCH] Add zip-generator cleanup for main --- .github/workflows/zip-generator-cleanup.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/zip-generator-cleanup.yaml diff --git a/.github/workflows/zip-generator-cleanup.yaml b/.github/workflows/zip-generator-cleanup.yaml new file mode 100644 index 0000000..ea0fbad --- /dev/null +++ b/.github/workflows/zip-generator-cleanup.yaml @@ -0,0 +1,9 @@ +name: Zip Generator Cleanup +on: + pull_request: + types: [closed] + +jobs: + post-merge-actions: + uses: Fiserv/remote-actions/.github/workflows/post-merge-actions.yaml@main + secrets: inherit