Skip to content

Commit 2c1717f

Browse files
authored
Merge pull request #445 from vim-denops/fix-update
☕ Fix update workflow: test validation and exclude fixture
2 parents d4d2c4e + ae17505 commit 2c1717f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
schedule:
55
- cron: "0 0 * * *"
66
workflow_dispatch:
7+
pull_request:
8+
files:
9+
- ".github/workflows/update.yml"
710

811
jobs:
912
update:
@@ -17,3 +20,4 @@ jobs:
1720
labels: automation
1821
token: ${{ secrets.PA_TOKEN }}
1922
source: "**/*.ts"
23+
exclude: "tests/denops/testdata/no_check/"

0 commit comments

Comments
 (0)