mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: cleanup paths-ignore:
usage in ci_sanitized.yml and native_backend_tests.yml
This commit is contained in:
parent
202585e175
commit
04f818fefc
8
.github/workflows/ci_sanitized.yml
vendored
8
.github/workflows/ci_sanitized.yml
vendored
@ -15,6 +15,8 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- '!**'
|
||||
- '!**.md'
|
||||
- '!**.yml'
|
||||
- 'cmd/tools/vtest*'
|
||||
- 'cmd/tools/builders/**.v'
|
||||
- 'vlib/builtin/**.v'
|
||||
@ -39,9 +41,6 @@ on:
|
||||
- 'vlib/v/markused/**.v'
|
||||
- 'vlib/v/preludes/**.v'
|
||||
- 'vlib/v/embed_file/**.v'
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
- "**.yml"
|
||||
pull_request:
|
||||
paths:
|
||||
- '!**'
|
||||
@ -69,9 +68,6 @@ on:
|
||||
- 'vlib/v/markused/**.v'
|
||||
- 'vlib/v/preludes/**.v'
|
||||
- 'vlib/v/embed_file/**.v'
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
- "**.yml"
|
||||
|
||||
concurrency:
|
||||
group: build-sanitized-${{ github.event.pull_request.number || github.sha }}
|
||||
|
5
.github/workflows/native_backend_tests.yml
vendored
5
.github/workflows/native_backend_tests.yml
vendored
@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- '!**'
|
||||
- '!**.md'
|
||||
- 'vlib/v/gen/native/'
|
||||
- 'cmd/tools/builders/**.v'
|
||||
- 'vlib/builtin/**.v'
|
||||
@ -22,9 +23,9 @@ on:
|
||||
- 'vlib/v/gen/native/**.v'
|
||||
- 'vlib/v/gen/native/tests/**.v'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
paths:
|
||||
- '!**'
|
||||
- '**.md'
|
||||
- '!**.md'
|
||||
- 'vlib/v/gen/native/'
|
||||
- 'cmd/tools/builders/**.v'
|
||||
- 'vlib/builtin/**.v'
|
||||
|
Loading…
Reference in New Issue
Block a user