ci: skip running the s390 CI job for simple doc/yml changes

This commit is contained in:
Delyan Angelov 2025-04-08 08:07:01 +03:00
parent c5ace0eded
commit 488434b73f
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -3,7 +3,19 @@ name: s390 CI
on:
workflow_dispatch:
push:
paths-ignore:
- '**.md'
- '**.yml'
- '!**/s390x_linux_ci.yml'
- 'cmd/tools/**'
- '!cmd/tools/builders/**.v'
pull_request:
paths-ignore:
- '**.md'
- '**.yml'
- '!**/s390x_linux_ci.yml'
- 'cmd/tools/**'
- '!cmd/tools/builders/**.v'
jobs:
s390x_linux: