Skip to content

Commit

Permalink
fix: don't download all previous artifacts in status success/failure job
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Mar 4, 2024
1 parent 9f37fa2 commit 6d574fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ deploy_results:

benchmarks:detector:success:
stage: status-report
dependencies: []
extends: .status
variables:
STATE: "success"
Expand All @@ -158,6 +159,7 @@ benchmarks:detector:success:

benchmarks:detector:failure:
stage: status-report
dependencies: []
extends: .status
variables:
STATE: "failure"
Expand Down

0 comments on commit 6d574fd

Please sign in to comment.