Skip to content

Commit d14848f

Browse files
authored
Update create-bosh-release.yml
1 parent 032c86b commit d14848f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/create-bosh-release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ on:
77
- "v9.*"
88
- "v8.*"
99
- "v7.*"
10+
11+
jobs:
12+
acquire_binaries:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Setup upterm session
16+
if: always()
17+
uses: lhotari/action-upterm@v1
18+
timeout-minutes: 60

0 commit comments

Comments
 (0)