mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: skip running the s390 CI
job for simple doc/yml changes
This commit is contained in:
parent
c5ace0eded
commit
488434b73f
1 changed files with 12 additions and 0 deletions
12
.github/workflows/s390x_linux_ci.yml
vendored
12
.github/workflows/s390x_linux_ci.yml
vendored
|
@ -3,7 +3,19 @@ name: s390 CI
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
- '**.yml'
|
||||||
|
- '!**/s390x_linux_ci.yml'
|
||||||
|
- 'cmd/tools/**'
|
||||||
|
- '!cmd/tools/builders/**.v'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
- '**.yml'
|
||||||
|
- '!**/s390x_linux_ci.yml'
|
||||||
|
- 'cmd/tools/**'
|
||||||
|
- '!cmd/tools/builders/**.v'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
s390x_linux:
|
s390x_linux:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue