Skip to content
Snippets Groups Projects
Commit 0b0c6f3b7d4a authored by Jason Plum's avatar Jason Plum
Browse files

CI: only run issue-bot when on_failure

Only run the `issue-bot` job when there is a failure.

The bot code creates an issue, even if there are no failures!
As such, we should call it only when there are failures.

See: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8667
parent 00805b9b29d2
No related branches found
No related tags found
2 merge requests!153heptapod#1722: making 17.3 the new stable,!152Merge upstream Omnibus GitLab into Omnibus Heptapod
......@@ -201,4 +201,4 @@
# 0. Tags
# 1. Master branch - includes scheduled pipelines also
# 2. Stable branches
- when: always
- when: on_failure
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment