Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Nov 1, 2024
1 parent 601ae16 commit eb49f22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nvim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
XDG_CONFIG_HOME: ${{ github.workspace }}/.config

bench:
# if: github.ref == 'refs/heads/main'
needs: run
runs-on: ubuntu-24.04
steps:
Expand Down Expand Up @@ -94,4 +93,4 @@ jobs:
tool: 'customSmallerIsBetter'
output-file-path: startuptime.json
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: true
auto-push: ${{ github.ref == 'refs/heads/main' }}

0 comments on commit eb49f22

Please sign in to comment.