Skip to content

Commit

Permalink
WIP removed build-synthetic-network... from nightly-normal - REMOVE
Browse files Browse the repository at this point in the history
  • Loading branch information
fixxxedpoint committed Nov 5, 2024
1 parent 59f53ee commit 92d768a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/nightly-normal-session-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
ref: ${{ github.ref }}
production: true

build-synthetic-node:
needs: [build-production-aleph-node]
name: Build synthetic node
uses: ./.github/workflows/_build-synthetic-node.yml
with:
# yamllint disable-line rule:line-length
artifact-aleph-node-image: ${{ needs.build-production-aleph-node.outputs.artifact-name-image }}
# build-synthetic-node:
# needs: [build-production-aleph-node]
# name: Build synthetic node
# uses: ./.github/workflows/_build-synthetic-node.yml
# with:
# # yamllint disable-line rule:line-length
# artifact-aleph-node-image: ${{ needs.build-production-aleph-node.outputs.artifact-name-image }}

build-aleph-node-with-network-flooding-test:
needs: [check-vars-and-secrets]
Expand Down

0 comments on commit 92d768a

Please sign in to comment.