diff --git a/.buildkite/packaging.pipeline.yml b/.buildkite/packaging.pipeline.yml index c9295b65653..5bc768be599 100644 --- a/.buildkite/packaging.pipeline.yml +++ b/.buildkite/packaging.pipeline.yml @@ -16,7 +16,8 @@ steps: key: dashboards steps: - label: Snapshot dashboards - if: "build.branch =~ /^\\d+\\.\\d+/ || build.branch == 'main'" + if: | + build.branch =~ /^\\d+\\.\\d+/ || build.branch == 'main' || build.env('RUN_SNAPSHOT') == true key: dashboards-snapshot # TODO: container with go and make agents: