Skip to content

Commit

Permalink
Update ping-flyio.yml (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
igh9410 authored Nov 7, 2024
1 parent 00aaddc commit 1be387d
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/ping-flyio.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 1be387d

Please sign in to comment.