diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml index 4b1c3a783c..25c7bced80 100644 --- a/.github/workflows/nightly-builds.yml +++ b/.github/workflows/nightly-builds.yml @@ -9,7 +9,7 @@ jobs: nightly-cluster-metrics-sigar: name: Akka Cluster Metrics Test with Sigar runs-on: ubuntu-20.04 - if: github.repository == ‘akka/akka’ + if: github.repository == 'akka/akka' steps: - name: Checkout @@ -64,7 +64,7 @@ jobs: jdk-nightly-tests: name: JDK ${{ matrix.jdkVersion }} / Scala ${{ matrix.scalaVersion }} runs-on: ubuntu-20.04 - if: github.repository == ‘akka/akka’ + if: github.repository == 'akka/akka' strategy: matrix: # No need to specify the full Scala version. Only the Scala binary version