From 00e1a1a2ce537e29a7ed172fcd708b40a338f699 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Wed, 25 May 2022 17:26:29 +0300 Subject: [PATCH] Cleanup: Updated checkout step name --- .github/workflows/benchmark-cachegrind.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark-cachegrind.yml b/.github/workflows/benchmark-cachegrind.yml index be016430..a234275b 100644 --- a/.github/workflows/benchmark-cachegrind.yml +++ b/.github/workflows/benchmark-cachegrind.yml @@ -56,7 +56,7 @@ jobs: - name: Run ${{ matrix.bench.title }} (Warm Cachegrind) run: sudo bash ./scripts/run-with-cachegrind.sh python ./bench/bench.py "${{ matrix.bench.cachegrindTitle }}" ${{ matrix.bench.cachegrindIterCount }} | tee -a ${{ matrix.bench.script }}-output.txt - - name: Switch to & checkout benchmark results (gh-pages) repo + - name: Checkout Benchmark Results repository uses: actions/checkout@v3 with: repository: ${{ matrix.benchmarkResultsRepo.name }}