Skip to content

Commit 948e3ff

Browse files
committed
M .github/workflows/cache-deps.yml
1 parent eac6ace commit 948e3ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cache-deps.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616
schedule:
1717
# Try to save snapshot every day at 3:45 UTC (~21:45 in California)
1818
- cron: "45 3 * * *"
19+
# 2021-11-30: TODO: This ensures build inside PR, before merge - remove this.
20+
pull_request:
21+
branches:
22+
- '**'
1923

2024
jobs:
2125
pre_job:

0 commit comments

Comments
 (0)