summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2023-05-04 13:30:58 +0100
committerGitHub <noreply@github.com>2023-05-04 20:30:58 +0800
commitacfa7849d3b45e217b998ae4734c759b2020c285 (patch)
tree8f03aa8b2cbad14d5636d29397e01472676df59c /.github
parenta929e513faf04094d947e462caa653e0dfef20f0 (diff)
downloadNim-acfa7849d3b45e217b998ae4734c759b2020c285.tar.gz
Benchmark CI: drop id (#21787)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_bench.yml2
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