Skip to content

Commit

Permalink
Fix regressions from the last CI/CD refactoring (#5052)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Mar 7, 2025
2 parents af376c1 + 2c33593 commit 31bfe6f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,8 @@ run_doxygen:
- numa
- reuse-artifacts-same-arch
rules:
- if: $CI_PIPELINE_SOURCE == "python"
- if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH

maxset_no_gpu:
<<: *global_job_definition
Expand Down Expand Up @@ -566,13 +567,13 @@ notify_success:
stage: result
script: sh maintainer/gh_close_issue.sh
rules:
- if: $CI_PIPELINE_SOURCE == "python"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: on_success

notify_failure:
<<: *notification_job_definition
stage: result
script: sh maintainer/gh_create_issue.sh
rules:
- if: $CI_PIPELINE_SOURCE == "python"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: on_failure

0 comments on commit 31bfe6f

Please sign in to comment.