From 9ec128df5f63b05d113595ad240a4b7a41989c75 Mon Sep 17 00:00:00 2001 From: dbarzin Date: Mon, 13 Feb 2023 21:56:19 +0100 Subject: [PATCH] test --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c790e33..7ca63c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,14 +28,6 @@ jobs: run: shutdown -r now ignore_errors: true - - name: Wait on server to return - local_action: - module: wait_for - host={{ env.ip_address }} - port=22 - delay=60 - timeout=300 - - name: Done run: | echo "Done."