Skip to content

Commit

Permalink
fix ifs
Browse files Browse the repository at this point in the history
  • Loading branch information
pazone committed Apr 25, 2024
1 parent ffed89b commit 0c6b201
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/packaging.pipeline.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 0c6b201

Please sign in to comment.