Skip to content

Commit c455a6f

Browse files
committed
also use cache on the main branch merge flow
1 parent 58a7b73 commit c455a6f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/push_main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ jobs:
7979
runs-on: [ubuntu-latest]
8080
steps:
8181
- uses: actions/checkout@v4
82+
- name: Restore repository
83+
uses: actions/cache@v4
84+
with:
85+
path: .
86+
key: repo-${{ github.sha }}
8287
- name: Setup Node.JS ${{ matrix.node }}
8388
uses: actions/setup-node@v4
8489
with:

0 commit comments

Comments
 (0)