mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-23 12:48:17 +00:00
be more selective about kicking off the ci
This commit is contained in:
+11
-6
@@ -8,12 +8,17 @@ matrix:
|
||||
AMAZON_IMAGE: amazonlinux:2023
|
||||
BUILDER_IMAGE: docker-registry.wezfurlong.org/kumocorp/builder-for-amazonlinux:2023
|
||||
|
||||
#when:
|
||||
# path:
|
||||
# exclude:
|
||||
# - docs/**
|
||||
# - mkdocs-base.yml
|
||||
# - stylua.toml
|
||||
when:
|
||||
path:
|
||||
include:
|
||||
- assets/**/*.lua
|
||||
- assets/*.service
|
||||
- assets/*rpm*.sh
|
||||
- assets/accounting.sh
|
||||
- assets/bounce_classifier
|
||||
- assets/install.sh
|
||||
- assets/policy-extras
|
||||
- crates
|
||||
|
||||
variables:
|
||||
- &docker_credentials
|
||||
|
||||
+11
-6
@@ -8,12 +8,17 @@ matrix:
|
||||
ROCKY_IMAGE: rockylinux:9
|
||||
BUILDER_IMAGE: docker-registry.wezfurlong.org/kumocorp/builder-for-rockylinux:9
|
||||
|
||||
#when:
|
||||
# path:
|
||||
# exclude:
|
||||
# - docs/**
|
||||
# - mkdocs-base.yml
|
||||
# - stylua.toml
|
||||
when:
|
||||
path:
|
||||
include:
|
||||
- assets/**/*.lua
|
||||
- assets/*.service
|
||||
- assets/*rpm*.sh
|
||||
- assets/accounting.sh
|
||||
- assets/bounce_classifier
|
||||
- assets/install.sh
|
||||
- assets/policy-extras
|
||||
- crates
|
||||
|
||||
variables:
|
||||
- &docker_credentials
|
||||
|
||||
+12
-6
@@ -8,12 +8,18 @@ matrix:
|
||||
UBUNTU_IMAGE: ubuntu:20.04
|
||||
BUILDER_IMAGE: docker-registry.wezfurlong.org/kumocorp/builder-for-ubuntu:20.04
|
||||
|
||||
#when:
|
||||
# path:
|
||||
# exclude:
|
||||
# - docs/**
|
||||
# - mkdocs-base.yml
|
||||
# - stylua.toml
|
||||
when:
|
||||
path:
|
||||
include:
|
||||
- assets/**/*.lua
|
||||
- assets/*.service
|
||||
- assets/*deb*.sh
|
||||
- assets/accounting.sh
|
||||
- assets/bounce_classifier
|
||||
- assets/install.sh
|
||||
- assets/policy-extras
|
||||
- crates
|
||||
- docker
|
||||
|
||||
variables:
|
||||
- &docker_credentials
|
||||
|
||||
Reference in New Issue
Block a user