From: Michael R Sweet Date: Fri, 21 Nov 2025 14:04:54 +0000 (-0500) Subject: Fix syntax. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d955873d7b07f4bb0ad00b14ddfd41730c3eeb9b;p=thirdparty%2Fcups.git Fix syntax. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39168b40d0..157a1679e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: run: make test - name: Upload Test Results uses: actions/upload-artifact@v4 - if: !canceled() + if: ${{ !cancelled() }} with: name: ubuntu-openssl-test-results path: | @@ -67,7 +67,7 @@ jobs: run: make test - name: Upload Test Results uses: actions/upload-artifact@v4 - if: !canceled() + if: ${{ !cancelled() }} with: name: ubuntu-gnutls-test-results path: | @@ -94,7 +94,7 @@ jobs: run: make test - name: Upload Test Results uses: actions/upload-artifact@v4 - if: !canceled() + if: ${{ !cancelled() }} with: name: macos-test-results path: |