Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b authored May 2, 2024
1 parent 7afce4d commit 2a37050
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/create-bosh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,9 @@ jobs:
ls -lah subdir
exit 1
- name: List artifacts
run: |
ls -lah subdir
exit 0
- name: Setup upterm session
if: !success()
# if: ${{ always() && runner.debug }}
if: ${{ !success() }}
uses: lhotari/action-upterm@v1
timeout-minutes: 60

Expand Down

0 comments on commit 2a37050

Please sign in to comment.