Compare commits
2 Commits
2a0fe0b106
...
5d0f7f91d3
Author | SHA1 | Date | |
---|---|---|---|
5d0f7f91d3 | |||
297479380a |
6
.github/workflows/cache-merge.yml
vendored
6
.github/workflows/cache-merge.yml
vendored
@ -20,8 +20,7 @@ jobs:
|
||||
name: Merge similar caches
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- [ubuntu-latest]
|
||||
os: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Checkout this repo
|
||||
@ -70,8 +69,7 @@ jobs:
|
||||
needs: merge-similar-caches
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- [ubuntu-latest]
|
||||
os: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Checkout this repo
|
||||
|
Loading…
x
Reference in New Issue
Block a user