Skip to content

Commit d8be8a1

Browse files
committed
test 21
1 parent 9a16eed commit d8be8a1

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/create_cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: create Main
1+
name: create cache
22

33
on:
44
pull_request:
@@ -8,7 +8,7 @@ on:
88
- reopened
99

1010
jobs:
11-
copy-cache:
11+
create-cache:
1212
runs-on: ubuntu-22.04
1313

1414
steps:

.github/workflows/merge_cache.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
steps:
1313
- name: Checkout main
1414
uses: actions/checkout@v4
15-
id: cache_test
16-
with:
17-
ref: main
1815

1916
- name: Restore cache from PR branch
2017
uses: actions/cache@v3
@@ -24,7 +21,6 @@ jobs:
2421

2522
- name: Save ccache
2623
uses: actions/cache/save@v4
27-
id: cache_test
2824
with:
2925
path: "${{ github.workspace }}/test"
3026
key: test

0 commit comments

Comments
 (0)