Skip to content

Commit

Permalink
Disable cron job
Browse files Browse the repository at this point in the history
This is demo software, and the constant commits keep this at the top of the 18F repo list. I'm turning off the cron job so as to not hog the top spot.
  • Loading branch information
beechnut authored Jan 23, 2025
1 parent 9dd2a47 commit ef80568
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ping.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Check server status

on:
schedule:
- cron: '*/15 * * * *' # Run every 15 minutes
workflow_dispatch:
# Turning off cron job for now
# on:
# schedule:
# - cron: '*/15 * * * *' # Run every 15 minutes
# workflow_dispatch:


jobs:
Expand Down

0 comments on commit ef80568

Please sign in to comment.