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 123c1d5 commit 856ff2e
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 @@ -142,6 +142,7 @@ summary:

benchmarks:physics:success:
stage: status-report
dependencies: []
extends: .status
variables:
STATE: "success"
Expand All @@ -150,6 +151,7 @@ benchmarks:physics:success:

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

0 comments on commit 856ff2e

Please sign in to comment.