From: Soeren Apel Date: Tue, 13 Aug 2024 19:07:12 +0000 (+0200) Subject: build.yml: Fix typo X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=de4f3ea21191de1c90ac96ebe6ed39871f9ed85e;p=sigrok-build.git build.yml: Fix typo --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 79150f7..a0cffa4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: