From c6df7958978ab1dd4e113271e30b857a8a5530d1 Mon Sep 17 00:00:00 2001 From: Daniel Levi-Minzi Date: Thu, 26 Sep 2024 17:54:58 -0400 Subject: [PATCH] remove test stuff --- .github/workflows/release-changelog.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-changelog.yml b/.github/workflows/release-changelog.yml index 1472964e1..c0e6ffe0c 100644 --- a/.github/workflows/release-changelog.yml +++ b/.github/workflows/release-changelog.yml @@ -3,10 +3,6 @@ name: Auto Changelog PR on: release: types: [published, created] - workflow_dispatch: # Add this line to allow manual triggering - push: - branches: - - eli/automated-changelog # For testing jobs: changelog: @@ -47,7 +43,8 @@ jobs: if (isRelease) { release = context.payload.release; - } else { + } else { + // For testing this action release = { name: 'test v1.0.0', body: '## What\'s Changed\n* Feat: Add index for task by @jsun-m in https://github.com/beam-cloud/beta9/pull/540\n* Fix: stop container endpoint by @dleviminzi in https://github.com/beam-cloud/beta9/pull/546\n* Fix: Don\'t scale up stopped serves by @dleviminzi in https://github.com/beam-cloud/beta9/pull/539\n* Feat: Ignore patterns like git by @dleviminzi in https://github.com/beam-cloud/beta9/pull/538\n* Fix: Hanging build container by @luke-lombardi in https://github.com/beam-cloud/beta9/pull/549\n* Fix: Remove serve lock when connection is lost for task queue serve by @dleviminzi in https://github.com/beam-cloud/beta9/pull/550\n* Revert "ignore patterns like git (#538)" by @dleviminzi in https://github.com/beam-cloud/beta9/pull/551\n\n**Full Changelog**: https://github.com/beam-cloud/beta9/compare/gateway-0.1.200...gateway-0.1.201',