Skip to content

Commit

Permalink
Merge pull request #6188 from yyforyongyu/timeout-7z
Browse files Browse the repository at this point in the history
github: add timeout when zipping log files
  • Loading branch information
guggero authored Jan 21, 2022
2 parents d67e6d5 + b2f3cab commit f509506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ jobs:

- name: Zip log files on failure
if: ${{ failure() }}
timeout-minutes: 1 # timeout after 1 minute
run: 7z a logs-itest-${{ matrix.name }}.zip lntest/itest/**/*.log

- name: Upload log files on failure
Expand Down

0 comments on commit f509506

Please sign in to comment.