Skip to content

Commit c44f413

Browse files
authored
[CI] Schedule rebaseline workflow to run each morning at 3.30am. NFC (#23920)
1 parent c70b9ff commit c44f413

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/rebaseline-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Rebaseline Tests
22

3-
on: [workflow_dispatch]
3+
on:
4+
workflow_dispatch:
5+
# Trigger every day at 3.30 AM PST (= 10:30 AM UTC)
6+
schedule:
7+
- cron: "30 10 * * *"
48

59
permissions:
610
contents: write

0 commit comments

Comments
 (0)