From 0ada946f35c8ceb743fa317c5b1d7b258ebe6c84 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Wed, 12 Jun 2024 23:06:13 +0200 Subject: [PATCH] Drop wrong workflows (#1065) --- .github/workflows/release-branch.yml | 20 -------------------- .github/workflows/release-published.yml | 16 ---------------- 2 files changed, 36 deletions(-) delete mode 100644 .github/workflows/release-branch.yml delete mode 100644 .github/workflows/release-published.yml diff --git a/.github/workflows/release-branch.yml b/.github/workflows/release-branch.yml deleted file mode 100644 index 852d5e3ea..000000000 --- a/.github/workflows/release-branch.yml +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: release-branch -on: - push: - branches: - - main - - release/v* - paths-ignore: - - '.github/**' - - 'docs/**' - - 'examples/**' - - 'test/**' - - 'README.md' - -permissions: {} - -jobs: - terraform-module: - uses: cloudposse/github-actions-workflows-terraform-module/.github/workflows/release-branch.yml@main - secrets: inherit diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml deleted file mode 100644 index 25c362459..000000000 --- a/.github/workflows/release-published.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: release-published -on: - release: - types: - - published - -permissions: - id-token: write - contents: write - pull-requests: write - -jobs: - terraform-module: - uses: cloudposse/github-actions-workflows-terraform-module/.github/workflows/release-published.yml@main - secrets: inherit