From fc9923a0a4a164e090d5e341e65e771930109ab6 Mon Sep 17 00:00:00 2001 From: E M <5089238+emizzle@users.noreply.github.com> Date: Fri, 10 Apr 2026 17:37:23 +1000 Subject: [PATCH] Allow workflows to be tested manually by branch --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0946b5e0..26c5c024 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -188,7 +188,7 @@ jobs: # Build Docker dist-tests image build-docker-dist-tests: name: Build Docker dist-tests image - if: github.ref_type == 'tag' + if: github.ref_type == 'tag' || github.event_name == 'workflow_dispatch' uses: ./.github/workflows/docker-reusable.yml with: nimflags: '-d:disableMarchNative -d:storage_enable_api_debug_peers=true -d:storage_enable_log_counter=true' @@ -203,7 +203,7 @@ jobs: release-tests: name: Release Tests runs-on: ubuntu-latest - if: github.ref_type == 'tag' + if: github.ref_type == 'tag' || github.event_name == 'workflow_dispatch' needs: build-docker-dist-tests env: TF_VAR_region: ams3