Skip to content

Commit

Permalink
Fix tracing node
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Apr 2, 2024
1 parent 7d7a72c commit 7024428
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/trigger-tracing-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ name: Trigger tracing node
on:
workflow_dispatch:
inputs:
# type:
# description: 'Node type'
# required: true
# type: choice
# options:
# - mainnets
# - testnets
network:
description: "Network"
required: true
Expand Down Expand Up @@ -60,7 +53,6 @@ jobs:

- name: Build darwinia-tracing
uses: docker/build-push-action@v3
if: ${{ github.event.inputs.type == matrix.type }}
env:
DARWINIA_VERSION: ${{ github.event.inputs.version }}
with:
Expand Down

0 comments on commit 7024428

Please sign in to comment.