Skip to content

Commit

Permalink
Selfhosted: remove extra condition for runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Feb 23, 2024
1 parent 32972da commit 4e1705c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

- name: Run crave devspace
run: |
crave devspace -- "if tmux has-session -t ghactions && tmux capture-pane -p -t ghactions | grep -q "Connected to Github"; then
crave devspace -- "if tmux has-session -t ghactions; then
echo "Runner is already Running"
else
tmux kill-session -t ghactions;
Expand Down

0 comments on commit 4e1705c

Please sign in to comment.