Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/daily.yaml → .github/workflows/cron.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: daily
Copy link
Copy Markdown
Contributor

@edgarrmondragon edgarrmondragon Apr 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While you're at it, you could probably change the title of the PR this creates to something more descriptive than the default Changes by create-pull-request action.

https://github.com/peter-evans/create-pull-request?tab=readme-ov-file#action-inputs

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd definitely accept a change for that, but I don't want to block on it. I'm going ahead and merging.

on:
# build every day at 4:00 AM UTC
# build on Sunday at 4:00 AM UTC
schedule:
- cron: '0 4 * * *'
- cron: '0 4 * * 0'
workflow_dispatch:


Expand Down