Skip to content

Commit

Permalink
Update check-for-releases.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcazalas authored Apr 23, 2024
1 parent 921aec7 commit a433d58
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check-for-releases.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Check for Release

on:
schedule:
- cron: '0 12 * * *' # Cron expression for 12 PM UTC (6 AM CST)
push
# schedule:
# - cron: '0 12 * * *' # Cron expression for 12 PM UTC (6 AM CST)

jobs:
check-release:
Expand Down

0 comments on commit a433d58

Please sign in to comment.