Skip to content

Commit

Permalink
Enable creation of issues in LogsDB daily (#11047)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano authored Sep 10, 2024
1 parent 975c593 commit 75675df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ steps:
soft_fail: true
# run this step when if it is triggered by the daily job
if: >
build.source == "trigger_job" && build.env('BUILDKITE_TRIGGERED_FROM_BUILD_PIPELINE_SLUG') == "integrations-schedule-daily" && build.env('STACK_LOGSDB_ENABLED') != "true"
build.source == "trigger_job" && build.env('BUILDKITE_TRIGGERED_FROM_BUILD_PIPELINE_SLUG') == "integrations-schedule-daily"

0 comments on commit 75675df

Please sign in to comment.