Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,12 +278,12 @@ jobs:
run: |
.ci/collect_mapdl_logs_remote.sh

- name: "Upload logs to GitHub"
if: always()
uses: actions/upload-artifact@master
with:
name: logs-build-docs.tgz
path: ./logs-build-docs.tgz
# - name: "Upload logs to GitHub"
# if: always()
# uses: actions/upload-artifact@master
# with:
# name: logs-build-docs.tgz
# path: ./logs-build-docs.tgz

- name: "Display files structure"
if: always()
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,12 +282,12 @@ jobs:
run: |
.ci/collect_mapdl_logs_locals.sh

- name: "Upload logs to GitHub"
if: always()
uses: actions/upload-artifact@v4.6.2
with:
name: logs-${{ inputs.file-name }}.tgz
path: ./logs-${{ inputs.file-name }}.tgz
# - name: "Upload logs to GitHub"
# if: always()
# uses: actions/upload-artifact@v4.6.2
# with:
# name: logs-${{ inputs.file-name }}.tgz
# path: ./logs-${{ inputs.file-name }}.tgz

- name: "Display files structure"
if: always()
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,12 @@ jobs:
run: |
.ci/collect_mapdl_logs_remote.sh

- name: "Upload logs to GitHub"
if: always()
uses: actions/upload-artifact@v4.6.2
with:
name: logs-${{ inputs.file-name }}.tgz
path: ./logs-${{ inputs.file-name }}.tgz
# - name: "Upload logs to GitHub"
# if: always()
# uses: actions/upload-artifact@v4.6.2
# with:
# name: logs-${{ inputs.file-name }}.tgz
# path: ./logs-${{ inputs.file-name }}.tgz

- name: "Display files structure"
if: always()
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/4239.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Comment out log upload steps in workflow files
Loading