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//}