Skip to content

Commit

Permalink
fix: only enforce log uploads (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkstrp authored Sep 5, 2024
1 parent a8b6515 commit 5606f1a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ runs:
path: |
~/${{ github.repository }}/main/.snakemake/
~/${{ github.repository }}/feature/logs/
if-no-files-found: error
retention-days: 90
include-hidden-files: true

Expand All @@ -157,7 +156,6 @@ runs:
name: results (main branch)
path: |
~/${{ github.repository }}/main/results
if-no-files-found: error
retention-days: 90
include-hidden-files: true

Expand All @@ -168,7 +166,6 @@ runs:
name: results (feature branch)
path: |
~/${{ github.repository }}/feature/results
if-no-files-found: error
retention-days: 90
include-hidden-files: true

Expand Down

0 comments on commit 5606f1a

Please sign in to comment.