Skip to content

Commit

Permalink
Remove unnneeded steps
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedIhab committed Sep 16, 2023
1 parent 52ab6ce commit f311455
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,6 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
run: python3 ./tools/metacall-benchmarks-merge.py ./build/benchmarks

# Download previous benchmark result from cache (if exists)
- name: Download previous benchmark data
uses: actions/cache@v1
if: ${{ github.event_name != 'pull_request' }}
with:
path: ./cache
key: ${{ matrix.os }}-benchmark

- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit f311455

Please sign in to comment.