From 4fbdb8d0ac41a41e15be48a3c71ab9b84a2f683d Mon Sep 17 00:00:00 2001 From: jerensl <54782057+jerensl@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:24:44 +0800 Subject: [PATCH] fix: clean junk file Signed-off-by: jerensl <54782057+jerensl@users.noreply.github.com> --- workflow-templates/file-uploadTemplate.yaml | 6 ------ workflow-templates/url-uploadTemplate.yaml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/workflow-templates/file-uploadTemplate.yaml b/workflow-templates/file-uploadTemplate.yaml index be29af9..51c19cf 100644 --- a/workflow-templates/file-uploadTemplate.yaml +++ b/workflow-templates/file-uploadTemplate.yaml @@ -45,9 +45,3 @@ jobs: prNumber: ${{ env.PULL_NO }} application_type: $ph_application_type filePath: ${{ inputs.fileName == '' && '$ph_filePath' || inputs.fileName }} - MeshMapScreenshot: - steps: - - null - - null - - null - - uses: ${GITHUB_REF/refs/tags//} diff --git a/workflow-templates/url-uploadTemplate.yaml b/workflow-templates/url-uploadTemplate.yaml index 26a0c3c..927779e 100644 --- a/workflow-templates/url-uploadTemplate.yaml +++ b/workflow-templates/url-uploadTemplate.yaml @@ -38,9 +38,3 @@ jobs: application_type: $ph_application_type application_url: ${{ inputs.fileURL == '' && '$ph_application_url' || inputs.fileURL }} - uses: ${GITHUB_REF/refs/tags//} - MeshMapScreenshot: - steps: - - null - - null - - null - - uses: ${GITHUB_REF/refs/tags//}