From 45d3dc2c78817411c09cb54bacaae559a08012f2 Mon Sep 17 00:00:00 2001 From: Julian Skinner Date: Mon, 30 Sep 2024 23:33:57 -0500 Subject: [PATCH] ci: change mercury-rising build to be executed manually --- .github/workflows/rebrand-mercury-rising.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rebrand-mercury-rising.yml b/.github/workflows/rebrand-mercury-rising.yml index 4974005004..d1f4820a66 100644 --- a/.github/workflows/rebrand-mercury-rising.yml +++ b/.github/workflows/rebrand-mercury-rising.yml @@ -1,9 +1,7 @@ name: Rebrand Mercury-Rising on: - workflow_call: - push: - branches: - - mercury-rising + workflow_dispatch: + jobs: lint-test-build: @@ -26,6 +24,7 @@ jobs: with: # pulls all commits (needed for lerna / semantic release to correctly version) fetch-depth: "0" + ref: "mercury-rising" # Setup Git Credentials to come from the Bot - name: Set Bot Email