Skip to content

Commit

Permalink
feat: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
dsp-ant committed Jan 13, 2025
1 parent 0989068 commit 9db47b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Daily Release Check

on:
schedule:
# Run every day at 9:00 UTC
- cron: '0 9 * * *'
# Allow manual trigger for testing
workflow_dispatch:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Weekly Release
name: Daily Release

on:
schedule:
# Run every Monday at 9:00 UTC
- cron: '0 9 * * 1'
# Run every day at 9:00 UTC
- cron: '0 9 * * *'
# Allow manual trigger for testing
workflow_dispatch:

Expand Down

0 comments on commit 9db47b2

Please sign in to comment.