Skip to content

Commit

Permalink
PT-502 Experimental: SSH to github actions
Browse files Browse the repository at this point in the history
Signed-off-by: James Newman <[email protected]>
  • Loading branch information
jamescnewman committed Apr 5, 2024
1 parent 0516d45 commit e60e9be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}

steps:
- name: sleepy
shell: bash
run: sleep 10000
# steps:
# - name: sleepy
# shell: bash
# run: sleep 10000

- name: Tailscale SSH debug (${{ inputs.ssh-debug && 'enabled' || 'disabled' }})
if: ${{ inputs.ssh-debug && !cancelled() }}
Expand Down

0 comments on commit e60e9be

Please sign in to comment.