Commit b8dc7a2 1 parent 64781de commit b8dc7a2 Copy full SHA for b8dc7a2
File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : run-cache-result-action
2
2
on : push
3
3
4
+ # edge should point to master or a branch commit to verify
5
+ # that a change is valid before merging.
6
+
4
7
jobs :
5
8
check-sha-result :
6
9
runs-on : ubuntu-latest
9
12
optional-result : ${{ steps.restore-secondary-cache.outputs.result }}
10
13
steps :
11
14
- id : restore-cache
12
- uses : parallel-markets/cache-result-action@a1e2c3ccc1be6464c4d571ff2932d6b6c9ae3e3d
15
+ uses : parallel-markets/cache-result-action@edge
13
16
14
17
- id : restore-secondary-cache
15
- uses : parallel-markets/cache-result-action@a1e2c3ccc1be6464c4d571ff2932d6b6c9ae3e3d
18
+ uses : parallel-markets/cache-result-action@edge
16
19
with :
17
20
cache-group : optional
18
21
19
22
test :
20
23
needs : check-sha-result
21
24
runs-on : ubuntu-latest
22
25
steps :
23
- - uses : parallel-markets/cache-result-action@a1e2c3ccc1be6464c4d571ff2932d6b6c9ae3e3d
26
+ - uses : parallel-markets/cache-result-action@edge
24
27
with :
25
28
result : success
26
29
27
30
optional-test :
28
31
needs : check-sha-result
29
32
runs-on : ubuntu-latest
30
33
steps :
31
- - uses : parallel-markets/cache-result-action@a1e2c3ccc1be6464c4d571ff2932d6b6c9ae3e3d
34
+ - uses : parallel-markets/cache-result-action@edge
32
35
with :
33
36
result : success
34
37
cache-group : optional
You can’t perform that action at this time.
0 commit comments