This is an automated email from the ASF dual-hosted git repository.

snuyanzin pushed a commit to branch release-2.1
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-2.1 by this push:
     new 7455d78923d [hotfix] Fix misprint in upload artifact condition
7455d78923d is described below

commit 7455d78923d0d543c6c86ffb33b0f2180aee8771
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Thu Jul 9 23:15:59 2026 +0200

    [hotfix] Fix misprint in upload artifact condition
---
 .github/workflows/template.flink-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/template.flink-ci.yml 
b/.github/workflows/template.flink-ci.yml
index 700d4d92da4..f0008df822e 100644
--- a/.github/workflows/template.flink-ci.yml
+++ b/.github/workflows/template.flink-ci.yml
@@ -295,7 +295,7 @@ jobs:
 
       - name: "Upload build artifacts"
         uses: actions/upload-artifact@v7
-        if: ${{ failure() && steps.test-run.outputs.debug-files-output-dir }} 
!= ''
+        if: ${{ failure() && steps.test-run.outputs.debug-files-output-dir != 
'' }}
         with:
           name: logs-test-${{ needs.compile.outputs.stringified-workflow-name 
}}-${{ github.run_number }}-${{ matrix.stringified-module-name }}-${{ 
steps.test-run.outputs.debug-files-name }}
           path: ${{ steps.test-run.outputs.debug-files-output-dir }}

Reply via email to