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

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


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

commit b574abe6fc0ba0706051008f1394d1f276100ac1
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Fri Jul 10 06:42:12 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 73885ee5eb3..8a85b97c570 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