Skip to content

Commit

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

0 comments on commit a473c2c

Please sign in to comment.