Skip to content

Commit

Permalink
Add missing } (#1700)
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs authored Mar 23, 2023
1 parent d96204c commit ccd907c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: Rust Criterion benchmarks

# Only run the rs-benchmarks job when a commit gets pushed to main or we manually specify it
if: ${{ github.ref == 'refs/heads/main' || github.event.inputs.force_run_benchmarks }
if: ${{ github.ref == 'refs/heads/main' || github.event.inputs.force_run_benchmarks }}

runs-on: ubuntu-latest-16-cores
container:
Expand Down

0 comments on commit ccd907c

Please sign in to comment.