Skip to content

Commit

Permalink
CI: rename nvim.yml to bench.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Nov 19, 2024
1 parent 667eb19 commit d4aa6b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nvim.yml → .github/workflows/bench.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Neovim
name: Benchmark

on:
push:
Expand All @@ -22,7 +22,7 @@ concurrency:
cancel-in-progress: false

jobs:
bench:
nvim:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d4aa6b5

Please sign in to comment.