Skip to content

Commit

Permalink
Try if: ${{ success() }} again
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Mar 14, 2024
1 parent e6d1e77 commit 698fad5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Regression_Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ jobs:
DISPLAY: :13.0

- name: Archive Manager Logs
if: ${{ success() }}
uses: actions/upload-artifact@v4
with:
name: Manager-${{ matrix.platform }}-${{ matrix.python }}
Expand Down Expand Up @@ -313,6 +314,7 @@ jobs:
DISPLAY: :13.0

- name: Archive Reporter Logs
if: ${{ success() }}
uses: actions/upload-artifact@v4
with:
name: Manager-${{ matrix.platform }}-${{ matrix.python }}
Expand Down

0 comments on commit 698fad5

Please sign in to comment.