This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 04a226ec4fb [hotfix] Fix misprint in upload artifact condition
04a226ec4fb is described below
commit 04a226ec4fb13c0d9f0b1946f8aa7088e73691f2
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Tue May 19 12:11:16 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 11b1c1d276c..78890a978e9 100644
--- a/.github/workflows/template.flink-ci.yml
+++ b/.github/workflows/template.flink-ci.yml
@@ -305,7 +305,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 }}