Skip to content

Commit ba4d618

Browse files
committed
WIP: PLEASE, DROP THIS COMMIT BEFORE MERGE
This hook starts caching pipeline inside of the PR. If this got merged - all PRs would start to run caching workflow (which is undesirable, because of platform limitations)
1 parent c1f4c7f commit ba4d618

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/caching.yml

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ on:
4242
# Reinstitution of the main chache puts it back into FIFO
4343
# & so it gets shared across all PRs.
4444
- cron: "25 2/8 * * *"
45+
# 2021-12-21: FIXME: Remove this endry before merge.
46+
pull_request:
47+
branches:
48+
- '**'
4549

4650
env:
4751
cabalBuild: "v2-build all --enable-tests --enable-benchmarks"

0 commit comments

Comments
 (0)