Skip to content

Commit

Permalink
ci: enable job status checker in "dev" pipeline (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
cathales authored Oct 19, 2023
1 parent ac79766 commit 588cf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ code_coverage-report:
check gitlab jobs status:
stage: find failures
rules:
- if: $CI_KIND == "regress" || $CI_KIND == "verif"
- if: $DASHBOARD_URL && $CI_KIND != "none"
when: on_failure
variables:
DASHBOARD_JOB_TITLE: "Environment check"
Expand Down

0 comments on commit 588cf6e

Please sign in to comment.