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/component_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Validates that each component feature compiles
#
# Runs on:
# - scheduled UTC midnight Tues-Sat
# - scheduled 10:00 UTC Monday (6 AM EST / 5 AM EDT NYC)
# - on PR review (see comment-trigger.yml)
# - on demand from github actions UI

Expand All @@ -13,7 +13,7 @@ on:
workflow_call:
workflow_dispatch:
schedule:
- cron: '0 2 * * 2-6' # 02:00 UTC Tue-Sat
- cron: '0 10 * * 1' # 10:00 UTC Monday (6 AM EST NYC)

permissions:
statuses: write
Expand Down
Loading