Skip to content

Commit

Permalink
ci: update load_vimrc and release
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyinzuo committed Jul 9, 2024
1 parent 99d7463 commit a07c65a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/load_vimrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@ on:
paths-ignore:
- '**/*.md'
- '**/*.txt'
- '**/*.yml'
pull_request:
branches: [ "main" ]
paths-ignore:
- '**/*.md'
- '**/*.txt'
- '**/*.yml'

jobs:
load_vimrc_in_vim7_4:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: single vimrc with vim.tiny
run: vim.tiny -E -s -u .vimrc -c "qa!"
- name: install vim
Expand All @@ -35,7 +37,7 @@ jobs:
load_vimrc_in_latest_vim:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: single vimrc with vim.tiny
run: vim.tiny -E -s -u .vimrc -c "qa!"
- name: install vim
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
uses: cocogitto/[email protected]
with:
release: true
git-user: 'Cog Bot'
git-user-email: '[email protected]'
check-latest-tag-only: true

- name: Generate Changelog
Expand Down

0 comments on commit a07c65a

Please sign in to comment.