Browse Source

Merge branch 'candidate-7.10.x'

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 4 years ago
parent
commit
e6048a0ad6

+ 1 - 1
.github/workflows/build-and-publish-debug.yml

@@ -16,7 +16,7 @@ jobs:
   build:
     name: Build
     runs-on: ubuntu-latest
-    if: github.repository == ‘hpcc-systems/HPCC-Platform’
+    if: github.repository == 'hpcc-systems/HPCC-Platform'
     steps:
       - name: Checkout
         uses: actions/checkout@v2

+ 1 - 1
.github/workflows/build-and-publish.yml

@@ -16,7 +16,7 @@ jobs:
   build:
     name: Build
     runs-on: ubuntu-latest
-    if: github.repository == ‘hpcc-systems/HPCC-Platform’
+    if: github.repository == 'hpcc-systems/HPCC-Platform'
     steps:
       - name: Checkout
         uses: actions/checkout@v2

+ 1 - 1
.github/workflows/build-test-eclwatch.yml

@@ -26,7 +26,7 @@ on:
 
 jobs:
   build:
-    if: github.repository == ‘hpcc-systems/HPCC-Platform’
+    if: github.repository == 'hpcc-systems/HPCC-Platform'
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2

+ 1 - 1
.github/workflows/test-helm.yml

@@ -31,7 +31,7 @@ on:
 jobs:
   build:
     runs-on: ubuntu-latest
-    if: github.repository == ‘hpcc-systems/HPCC-Platform’
+    if: github.repository == 'hpcc-systems/HPCC-Platform'
     steps:
       - uses: actions/checkout@v2
         with: