change name of github repo so that workflows run for apache/incubator-pekko (#12)
This commit is contained in:
parent
b46dfd85da
commit
991997fb42
9 changed files with 13 additions and 13 deletions
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/workflows/link-validator.yml
vendored
2
.github/workflows/link-validator.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/workflows/multi-node.yml
vendored
4
.github/workflows/multi-node.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
8
.github/workflows/nightly-builds.yml
vendored
8
.github/workflows/nightly-builds.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/workflows/publish-docs.yml
vendored
2
.github/workflows/publish-docs.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/scala3-build.yml
vendored
2
.github/workflows/scala3-build.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/workflows/scala3-compile.yml
vendored
2
.github/workflows/scala3-compile.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/workflows/timing-tests.yml
vendored
2
.github/workflows/timing-tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue