Skip to content

Commit

Permalink
removed tag and updated changeset (elastic#40169)
Browse files Browse the repository at this point in the history
deploy/k8s pipeline - trigger on adjusted changeset && no tag required anymore
  • Loading branch information
oakrizan authored Jul 11, 2024
1 parent 5e4e7e5 commit a0e7cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/deploy/kubernetes/deploy-k8s-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

steps:
- group: "Deploy/K8S"
if: build.env("BUILDKITE_PULL_REQUEST") != "false" && build.env("GITHUB_PR_LABELS") =~ /.*kubernetes.*/
if: build.env("BUILDKITE_PULL_REQUEST") != "false"

steps:
- label: "Checks"
Expand Down
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ steps:
- .buildkite/hooks/
- .buildkite/scripts
- deploy/kubernetes/**
- metricbeat/module/kubernetes/**
- libbeat/docs/version.asciidoc
config:
trigger: "deploy-k8s"
Expand Down

0 comments on commit a0e7cc8

Please sign in to comment.