mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
Fix syntax errors in benchmark and cluster workflows
Signed-off-by: Andrei Aaron <andaaron@cisco.com>
This commit is contained in:
parent
8ed34608e4
commit
5dda12b6a7
2 changed files with 2 additions and 2 deletions
2
.github/workflows/benchmark.yaml
vendored
2
.github/workflows/benchmark.yaml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ./cache
|
||||
key: $${runner.os }}-gen1-benchmark
|
||||
key: ${{ runner.os }}-gen1-benchmark
|
||||
# Run `github-action-benchmark` action
|
||||
- name: Store benchmark result
|
||||
uses: benchmark-action/github-action-benchmark@v1.14.0
|
||||
|
|
2
.github/workflows/cluster.yaml
vendored
2
.github/workflows/cluster.yaml
vendored
|
@ -167,7 +167,7 @@ jobs:
|
|||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ./cache
|
||||
key: $${runner.os }}-gen1-benchmark-stateless-cluster
|
||||
key: ${{ runner.os }}-gen1-benchmark-stateless-cluster
|
||||
# Run `github-action-benchmark` action
|
||||
- name: Store benchmark result
|
||||
uses: benchmark-action/github-action-benchmark@v1.14.0
|
||||
|
|
Loading…
Reference in a new issue