Skip to content

Commit

Permalink
Remove upload tmp folder artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
grantcopley committed Sep 29, 2024
1 parent 8534acc commit e490c4e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,13 @@ jobs:
path: |
test-harness/tests/results/**/*
- name: Upload tmp folder as artifact
if: always()
uses: actions/upload-artifact@v4
with:
name: tmp-folder
path: models/tmp/
# Leaving this here for future debugging
# - name: Upload tmp folder as artifact
# if: always()
# uses: actions/upload-artifact@v4
# with:
# name: tmp-folder
# path: models/tmp/

- name: Slack Notification
if: failure()
Expand Down

0 comments on commit e490c4e

Please sign in to comment.