We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a16eed commit d8be8a1Copy full SHA for d8be8a1
.github/workflows/create_cache.yml
@@ -1,4 +1,4 @@
1
-name: create Main
+name: create cache
2
3
on:
4
pull_request:
@@ -8,7 +8,7 @@ on:
8
- reopened
9
10
jobs:
11
- copy-cache:
+ create-cache:
12
runs-on: ubuntu-22.04
13
14
steps:
.github/workflows/merge_cache.yml
@@ -12,9 +12,6 @@ jobs:
- name: Checkout main
uses: actions/checkout@v4
15
- id: cache_test
16
- with:
17
- ref: main
18
19
- name: Restore cache from PR branch
20
uses: actions/cache@v3
@@ -24,7 +21,6 @@ jobs:
24
21
25
22
- name: Save ccache
26
23
uses: actions/cache/save@v4
27
28
with:
29
path: "${{ github.workspace }}/test"
30
key: test
0 commit comments