From b31024302dcdc38f6a51eda5da593c456fca7ff4 Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Fri, 5 Sep 2025 17:00:00 +0200 Subject: [PATCH] Remove testing stuff. --- .github/workflows/build-circuits.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-circuits.yml b/.github/workflows/build-circuits.yml index e1ace0e..27cbb76 100644 --- a/.github/workflows/build-circuits.yml +++ b/.github/workflows/build-circuits.yml @@ -4,7 +4,6 @@ on: push: tags: - "circom_circuits-v*.*.*" - pull_request: workflow_dispatch: inputs: tag: @@ -24,8 +23,7 @@ jobs: env: # Use the tag name if it is available, otherwise use the input version. # If neither is available, default to the commit hash. - # TAG: ${{ (github.ref_type == 'tag' && github.ref_name) || inputs.tag || '' }} - TAG: ${{ (github.ref_type == 'tag' && github.ref_name) || inputs.tag || 'circom_circuits-v0.0.0' }} + TAG: ${{ (github.ref_type == 'tag' && github.ref_name) || inputs.tag || '' }} run: | if [ -z "$TAG" ]; then echo "Could not determine tag."