We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae203ef commit 51b239aCopy full SHA for 51b239a
.github/workflows/integrate_llvmproject.yml
@@ -2,9 +2,9 @@
2
name: Integrate Monorepo Changes
3
4
on:
5
- # Run the workflow every day (9am PST) to pull in any changes from llvm-project.
+ # Run the workflow every 4 hours to pull in changes from llvm-project.
6
schedule:
7
- - cron: '0 16 * * *'
+ - cron: '0 */4 * * *'
8
9
# Allows for running this workflow manually from the Actions tab.
10
workflow_dispatch:
0 commit comments