Skip to content

Commit b8dc7a2

Browse files
committed
use tags for easier PR testing
1 parent 64781de commit b8dc7a2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: run-cache-result-action
22
on: push
33

4+
# edge should point to master or a branch commit to verify
5+
# that a change is valid before merging.
6+
47
jobs:
58
check-sha-result:
69
runs-on: ubuntu-latest
@@ -9,26 +12,26 @@ jobs:
912
optional-result: ${{ steps.restore-secondary-cache.outputs.result }}
1013
steps:
1114
- id: restore-cache
12-
uses: parallel-markets/cache-result-action@a1e2c3ccc1be6464c4d571ff2932d6b6c9ae3e3d
15+
uses: parallel-markets/cache-result-action@edge
1316

1417
- id: restore-secondary-cache
15-
uses: parallel-markets/cache-result-action@a1e2c3ccc1be6464c4d571ff2932d6b6c9ae3e3d
18+
uses: parallel-markets/cache-result-action@edge
1619
with:
1720
cache-group: optional
1821

1922
test:
2023
needs: check-sha-result
2124
runs-on: ubuntu-latest
2225
steps:
23-
- uses: parallel-markets/cache-result-action@a1e2c3ccc1be6464c4d571ff2932d6b6c9ae3e3d
26+
- uses: parallel-markets/cache-result-action@edge
2427
with:
2528
result: success
2629

2730
optional-test:
2831
needs: check-sha-result
2932
runs-on: ubuntu-latest
3033
steps:
31-
- uses: parallel-markets/cache-result-action@a1e2c3ccc1be6464c4d571ff2932d6b6c9ae3e3d
34+
- uses: parallel-markets/cache-result-action@edge
3235
with:
3336
result: success
3437
cache-group: optional

0 commit comments

Comments
 (0)