Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
set workflow autocancellation rules on benchmarks.yml instead
  • Loading branch information
igoragoli committed Nov 18, 2025
commit e46ab829cdfc6db389d6f9849895ff96e817714d
4 changes: 0 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ include:
file: templates/ci_authenticated_job.yml
- local: .gitlab/ci-images.yml

workflow:
auto_cancel:
on_new_commit: interruptible

generate-templates:
stage: build
image: registry.ddbuild.io/images/mirror/php:8.2-cli
Expand Down
4 changes: 4 additions & 0 deletions .gitlab/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ variables:
# The Dockerfile to this image is located at:
# https://github.com/DataDog/benchmarking-platform/tree/php/laravel-realworld

workflow:
auto_cancel:
on_new_commit: interruptible

.benchmarks-profiler-rules: &benchmarks-profiler-rules
- if: $CI_PIPELINE_SOURCE != "schedule" && $CI_COMMIT_REF_NAME == "master"
changes:
Expand Down
Loading