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 Oct 11, 2023
1 parent ca3d93f commit dbe15eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-for-releases.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Check for Release

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

jobs:
check-release:
Expand Down

0 comments on commit dbe15eb

Please sign in to comment.