Skip to content

Commit

Permalink
Remove dispatch inputs as they don't seem to work
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Jan 4, 2024
1 parent 9625db4 commit 6d95964
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/cardano-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,17 @@ name: Cardano-node

on:
workflow_dispatch:
version:
description: "Cardano node version to build (git ref)"
required: true
default: "8.7.2"

jobs:
build-executables-linux:
name: "Build x86_64-linux static executables"
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout cardano-node ${{inputs.version}}
- name: 📥 Checkout cardano-node 8.7.2
uses: actions/checkout@v4
with:
repository: IntersectMBO/cardano-node
ref: ${{inputs.version}}
ref: 8.7.2

- name: ❄ Prepare nix
uses: cachix/install-nix-action@v23
Expand Down

0 comments on commit 6d95964

Please sign in to comment.