diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2023-05-04 13:30:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 20:30:58 +0800 |
commit | acfa7849d3b45e217b998ae4734c759b2020c285 (patch) | |
tree | 8f03aa8b2cbad14d5636d29397e01472676df59c /.github | |
parent | a929e513faf04094d947e462caa653e0dfef20f0 (diff) | |
download | Nim-acfa7849d3b45e217b998ae4734c759b2020c285.tar.gz |
Benchmark CI: drop id (#21787)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci_bench.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci_bench.yml b/.github/workflows/ci_bench.yml index 09f01242f..68f000722 100644 --- a/.github/workflows/ci_bench.yml +++ b/.github/workflows/ci_bench.yml @@ -70,7 +70,6 @@ jobs: run: ./minimize/minimize ci-bench - name: 'Restore minimize cached database' - id: minimize-cache uses: actions/cache/restore@v3 with: path: minimize.csv @@ -84,7 +83,6 @@ jobs: if: | github.event_name == 'push' && github.ref == 'refs/heads/devel' && matrix.target == 'linux' - id: minimize-cache uses: actions/cache/save@v3 with: path: minimize.csv |