change name of github repo so that workflows run for apache/incubator-pekko (#12)

This commit is contained in:
PJ Fanning 2022-11-04 12:37:34 +01:00 committed by GitHub
parent b46dfd85da
commit 991997fb42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 13 additions and 13 deletions

View file

@ -13,7 +13,7 @@ jobs:
check-binary-compatibility:
name: Check / Binary Compatibility
runs-on: ubuntu-20.04
if: github.repository == 'akka/akka'
if: github.repository == 'apache/incubator-pekko'
strategy:
fail-fast: false
matrix:

View file

@ -8,7 +8,7 @@ on:
jobs:
validate-links:
runs-on: ubuntu-20.04
if: github.repository == 'akka/akka'
if: github.repository == 'apache/incubator-pekko'
steps:
- name: Checkout
uses: actions/checkout@v2

View file

@ -14,7 +14,7 @@ jobs:
run-multi-node-tests:
name: Multi Node Test
runs-on: ubuntu-20.04
if: github.repository == 'akka/akka'
if: github.repository == 'apache/incubator-pekko'
steps:
- name: Checkout
uses: actions/checkout@v2
@ -98,7 +98,7 @@ jobs:
run-multi-node-aeron-tests:
name: Multi Node Test with Artery Aeron UDP transport
runs-on: ubuntu-20.04
if: github.repository == 'akka/akka'
if: github.repository == 'apache/incubator-pekko'
steps:
- name: Checkout
uses: actions/checkout@v2

View file

@ -10,7 +10,7 @@ jobs:
akka-cluster-metrics-sigar:
name: Akka Cluster Metrics Test with Sigar
runs-on: ubuntu-20.04
if: github.repository == 'akka/akka'
if: github.repository == 'apache/incubator-pekko'
steps:
- name: Checkout
@ -71,7 +71,7 @@ jobs:
akka-classic-remoting-tests:
name: Akka Classic Remoting Tests
runs-on: ubuntu-20.04
if: github.repository == 'akka/akka'
if: github.repository == 'apache/incubator-pekko'
strategy:
fail-fast: false
matrix:
@ -126,7 +126,7 @@ jobs:
jdk-nightly-build:
name: JDK ${{ matrix.jdkVersion }} / Scala ${{ matrix.scalaVersion }}
runs-on: ubuntu-20.04
if: github.repository == 'akka/akka'
if: github.repository == 'apache/incubator-pekko'
strategy:
fail-fast: false
matrix:
@ -224,7 +224,7 @@ jobs:
akka-artery-aeron-tests:
name: Akka Artery Aeron Tests
runs-on: ubuntu-20.04
if: github.repository == 'akka/akka'
if: github.repository == 'apache/incubator-pekko'
strategy:
fail-fast: false
matrix:

View file

@ -15,7 +15,7 @@ jobs:
documentation:
name: Documentation
runs-on: ubuntu-20.04
if: github.repository == 'akka/akka'
if: github.repository == 'apache/incubator-pekko'
steps:
- name: Checkout
uses: actions/checkout@v2

View file

@ -14,7 +14,7 @@ jobs:
sbt:
name: sbt publish
runs-on: ubuntu-20.04
if: github.repository == 'akka/akka'
if: github.repository == 'apache/incubator-pekko'
steps:
- name: Checkout
uses: actions/checkout@v2

View file

@ -15,7 +15,7 @@ jobs:
test:
name: Test
runs-on: ubuntu-20.04
if: github.repository == 'akka/akka'
if: github.repository == 'apache/incubator-pekko'
strategy:
matrix:
command:

View file

@ -12,7 +12,7 @@ jobs:
compile:
name: Compile
runs-on: ubuntu-20.04
if: github.repository == 'akka/akka'
if: github.repository == 'apache/incubator-pekko'
strategy:
matrix:
command:

View file

@ -10,7 +10,7 @@ jobs:
akka-timing-sensitive-tests:
name: Akka Tests taggedAs TimingTest
runs-on: ubuntu-20.04
if: github.repository == 'akka/akka'
if: github.repository == 'apache/incubator-pekko'
steps:
- name: Checkout