mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-07 15:43:07 +00:00
Remove testing stuff.
This commit is contained in:
parent
80131a24e1
commit
5bc05ff264
4
.github/workflows/build-circuits.yml
vendored
4
.github/workflows/build-circuits.yml
vendored
@ -4,7 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "circom_circuits-v*.*.*"
|
- "circom_circuits-v*.*.*"
|
||||||
pull_request: # TODO: Testing only. Remove.
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
tag:
|
tag:
|
||||||
@ -24,8 +23,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
# Use the tag name if it is available, otherwise use the input version.
|
# Use the tag name if it is available, otherwise use the input version.
|
||||||
# If neither is available, default to the commit hash.
|
# 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 || '' }}
|
||||||
TAG: ${{ (github.ref_type == 'tag' && github.ref_name) || inputs.tag || 'circom_circuits-v0.0.0' }} # TODO: Testing only. Remove.
|
|
||||||
run: |
|
run: |
|
||||||
if [ -z "$TAG" ]; then
|
if [ -z "$TAG" ]; then
|
||||||
echo "Could not determine tag."
|
echo "Could not determine tag."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user