diff --git a/.github/workflows/ping-flyio.yml b/.github/workflows/ping-flyio.yml index de0fc09..8b13789 100644 --- a/.github/workflows/ping-flyio.yml +++ b/.github/workflows/ping-flyio.yml @@ -1,22 +1 @@ -name: Ping Fly.io -on: - schedule: - - cron: "* * * * *" # Schedule the workflow to run every minute -jobs: - ping: - runs-on: ubuntu-latest - - steps: - - name: Send Ping Request - run: | - - for i in {1..16} - - do - curl https://blabber-hive.fly.dev - sleep 30 - done - - - name: Check Response - run: echo "Response received"