1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-19 16:33:36 +03:00

Ready for PR

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2023-08-14 17:31:35 +05:00
parent 5d2ddaf3e1
commit 00bc99ec6e
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF

View file

@ -5,8 +5,7 @@ concurrency:
on:
push:
branches: [ "test" ]
workflow_dispatch:
branches: [ "master" ]
jobs:
upload-solution:
@ -35,6 +34,7 @@ jobs:
SSH_HOST: ${{secrets.SSH_HOST}}
- name: Quit currently running instance
continue-on-error: true
run: |
ssh $SSH_USER@$SSH_HOST pkill --signal SIGQUIT Boyfriend
shell: bash