Skip to content

Commit

Permalink
ci: fix adding new pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Oct 15, 2024
1 parent 3e6ea4f commit 7cc481e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def testPipelines(ctx):
pipelines += e2eTestPipeline(ctx)

if ("skip" not in config["k6LoadTests"] or not config["k6LoadTests"]["skip"]) and ("k6-test" in ctx.build.title.lower() or ctx.build.event == "cron"):
pipelines.append(k6LoadTests(ctx))
pipelines += k6LoadTests(ctx)

return pipelines

Expand Down

0 comments on commit 7cc481e

Please sign in to comment.