parent
54c33494b7
commit
509b3be617
1 changed files with 3 additions and 1 deletions
4
.github/workflows/multi-node.yml
vendored
4
.github/workflows/multi-node.yml
vendored
|
|
@ -96,7 +96,9 @@ jobs:
|
|||
akka-artery-aeron-cluster-tests:
|
||||
name: Artery Aeron UDP Cluster
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.repository == 'akka/akka'
|
||||
# FIXME disabled due to https://github.com/akka/akka/issues/31010
|
||||
#if: github.repository == 'akka/akka'
|
||||
if: ${{ false }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue