Fix incorrect quotes (#30585)
This commit is contained in:
parent
942186acb9
commit
210912e916
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nightly-builds.yml
vendored
4
.github/workflows/nightly-builds.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
||||||
nightly-cluster-metrics-sigar:
|
nightly-cluster-metrics-sigar:
|
||||||
name: Akka Cluster Metrics Test with Sigar
|
name: Akka Cluster Metrics Test with Sigar
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: github.repository == ‘akka/akka’
|
if: github.repository == 'akka/akka'
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
@ -64,7 +64,7 @@ jobs:
|
||||||
jdk-nightly-tests:
|
jdk-nightly-tests:
|
||||||
name: JDK ${{ matrix.jdkVersion }} / Scala ${{ matrix.scalaVersion }}
|
name: JDK ${{ matrix.jdkVersion }} / Scala ${{ matrix.scalaVersion }}
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: github.repository == ‘akka/akka’
|
if: github.repository == 'akka/akka'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# No need to specify the full Scala version. Only the Scala binary version
|
# No need to specify the full Scala version. Only the Scala binary version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue