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

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


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

commit f7595a028d4fc364f31af78a9e17344c6a8ba381
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Thu Jul 9 23:19:39 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 a5be90ca120..65742cf374d 100644
--- a/.github/workflows/template.flink-ci.yml
+++ b/.github/workflows/template.flink-ci.yml
@@ -266,7 +266,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