Skip to content

Commit 028aa6e

Browse files
committed
ci: update
1 parent 4f05742 commit 028aa6e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,16 @@ on:
44
workflow_dispatch:
55
pull_request:
66
types: [opened, synchronize]
7-
paths:
8-
- '**/*.rs'
9-
- 'Cargo.lock'
10-
- 'rust-toolchain.toml'
117
push:
128
branches:
139
- main
14-
paths:
15-
- '**/*.rs'
16-
- 'Cargo.lock'
17-
- 'rust-toolchain.toml'
1810

1911
concurrency:
2012
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
2113
cancel-in-progress: ${{ github.ref_name != 'main' }}
2214

15+
permissions: {}
16+
2317
jobs:
2418
benchmark:
2519
name: Benchmark

0 commit comments

Comments
 (0)