]> sigrok.org Git - sigrok-build.git/commitdiff
build.yml: Fix typo
authorSoeren Apel <redacted>
Tue, 13 Aug 2024 19:07:12 +0000 (21:07 +0200)
committerSoeren Apel <redacted>
Tue, 13 Aug 2024 19:07:31 +0000 (21:07 +0200)
.github/workflows/build.yml

index 79150f719c66e4bcbb5f8d534a022e3631f8be7a..a0cffa48af42ba79a0b4dbf3baf2ce18a639a3dc 100644 (file)
@@ -513,7 +513,7 @@ jobs:
     runs-on: ubuntu-latest
 
     if: |
-      (endsWith(github.repository, 'pulseview') &&
+      (endsWith(github.repository, 'pulseview')) &&
       ((github.event_name == 'push' && github.ref == 'refs/heads/master') ||
       (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master'))
     needs:
@@ -556,7 +556,7 @@ jobs:
     runs-on: ubuntu-latest
 
     if: |
-      (endsWith(github.repository, 'sigrok-cli') &&
+      (endsWith(github.repository, 'sigrok-cli')) &&
       ((github.event_name == 'push' && github.ref == 'refs/heads/master') ||
       (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master'))
     needs:
@@ -597,7 +597,7 @@ jobs:
     runs-on: ubuntu-latest
 
     if: |
-      (endsWith(github.repository, 'sigrok-build') &&
+      (endsWith(github.repository, 'sigrok-build')) &&
       (github.event_name == 'push' && github.ref == 'refs/heads/master') ||
       (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master')
     needs: