Skip to content

Commit 51b239a

Browse files
committed
Run Integrate Monorepo Changes every 4 hours instead of once a day
1 parent ae203ef commit 51b239a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integrate_llvmproject.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name: Integrate Monorepo Changes
33

44
on:
5-
# Run the workflow every day (9am PST) to pull in any changes from llvm-project.
5+
# Run the workflow every 4 hours to pull in changes from llvm-project.
66
schedule:
7-
- cron: '0 16 * * *'
7+
- cron: '0 */4 * * *'
88

99
# Allows for running this workflow manually from the Actions tab.
1010
workflow_dispatch:

0 commit comments

Comments
 (0)