Skip to content

Commit

Permalink
remove props
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegalbraith committed Nov 2, 2024
1 parent bbf14b9 commit 88d4aaa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/rust-build-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
uses: ./upstream/.github/actions/init_rust_job
with:
platform: linux
cache-key: ${{ runner.os }}-${{ runner.arch }}-cargo-build-${{ matrix.package }}-${{ hashFiles('Cargo.lock') }}
restore-key: ${{ runner.os }}-${{ runner.arch }}-cargo-build

- name: Build assets
if: ${{ matrix.package != 'grafbase-gateway' }}
Expand Down Expand Up @@ -92,8 +90,6 @@ jobs:
uses: ./upstream/.github/actions/init_rust_job
with:
platform: linux
cache-key: ${{ runner.os }}-${{ runner.arch }}-cargo-build-${{ matrix.package }}-${{ hashFiles('Cargo.lock') }}
restore-key: ${{ runner.os }}-${{ runner.arch }}-cargo-build

- name: Build assets
if: ${{ matrix.package != 'grafbase-gateway' }}
Expand Down

0 comments on commit 88d4aaa

Please sign in to comment.