From 7f3aa6ad835cc3cd9ad0da0d646e7ca0c4d0ca41 Mon Sep 17 00:00:00 2001 From: "internal-glueops-gh-mgmt[bot]" <165958300+internal-glueops-gh-mgmt[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 22:01:21 +0000 Subject: [PATCH] chore: [skip actions] adding/editing shared github actions/configurations --- .github/workflows/auto-release.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/auto-release.yml diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml deleted file mode 100644 index 072be7c..0000000 --- a/.github/workflows/auto-release.yml +++ /dev/null @@ -1,15 +0,0 @@ -#### -## This is managed via terraform. Any changes to this file may be overridden by our automation -#### - -name: "auto-release" -on: - push: - branches: - - main - workflow_dispatch: - -jobs: - auto-release: - uses: GlueOps/github-workflows/.github/workflows/auto-release.yml@main - secrets: inherit