Skip to content

Commit

Permalink
ci: do not add ok-to-test if CentOS jobs were successful
Browse files Browse the repository at this point in the history
Mergify does not add the `ok-to-test` label immediately anymore. But
once the CentOS CI jobs have finished, the label still gets added. With
the additional check, this should not be the case anymore.

Signed-off-by: Niels de Vos <ndevos@ibm.com>
  • Loading branch information
nixpanic committed Feb 22, 2023
1 parent 5de4c2a commit 4451946
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ pull_request_rules:
- "check-pending=Queue: Embarked in merge train"
- not:
check-pending~=^ci/centos
- not:
status-success~=^ci/centos
actions:
label:
add:
Expand Down

0 comments on commit 4451946

Please sign in to comment.