mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:10:12 +01:00
Add back synchronize events for deps. (#440)
This probably isn't exactly right, but it at least gives *some* low latency way to update when all the dependencies have been addressed. Right now, I think only the cron run will unblock dependent PRs.
This commit is contained in:
@@ -15,6 +15,7 @@ on:
|
||||
- opened
|
||||
- edited
|
||||
- reopened
|
||||
- synchronize
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # daily
|
||||
|
||||
|
||||
Reference in New Issue
Block a user