Skip to content
Open
Show file tree
Hide file tree
Changes from 3 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
6 changes: 3 additions & 3 deletions .github/workflows/coreping.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: "CorePing - Core PR Review Reminder"

on:
# Runs per 5min to update core prs status
schedule:
# Runs at 11am San Francisco time (19:00 UTC), Monday to Saturday
# 0 19 * * 1-6 means: minute=0, hour=19 (7pm UTC), any day of month, any month, Mon-Sat (1-6)
- cron: "0 19 * * 1-6"
- cron: "*/5 * * * *"

workflow_dispatch:
# push:
# branches:
Expand Down
Loading
Loading