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