Skip to content

Commit

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

Expand Down

0 comments on commit 7afce4d

Please sign in to comment.