Skip to content

Commit

Permalink
fix for build-aleph-node action
Browse files Browse the repository at this point in the history
  • Loading branch information
fixxxedpoint committed Dec 6, 2024
1 parent 50bc47f commit 35ce182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/_build-aleph-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ on:
type: string
required: true
repository:
description: 'Repository name with owner. For example, actions/checkout. Default: ${{
github.repository }}'
description: 'Repository name with owner. For example, actions/checkout. Default:
github.repository'
required: false
type: string
default: ${{ github.repository }}
production:
description: 'Set to true to build production binary, otherwise set to false'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nightly-normal-session-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
repository: Cardinal-Cryptography/aleph-node-flooder
production: false
additional-flags: "--features network_flooding_test"
secrets: inherit

build-chain-bootstrapper-production:
name: Build chain-bootstrapper
Expand Down

0 comments on commit 35ce182

Please sign in to comment.