Commit 687d020
fix(sqg): Revert threshold update to fully manual (#46102)
### What does this PR do?
Put back the `manual_gate_threshold_update` as fully manual
### Motivation
The `on_dev_branches_with_artifact_change` has no `when` clause. On #45947 I wanted to align the rules for both jobs and missed there was no such clause. As a consequence the manual_trigger is no more manual but automatic and triggers creation of useless PR.
Setting back the rule as a strict exclusion will solve the issue:
- the `on_dev_branches` has `when: never` clauses for all its rules
- the default is thus the final `when: manual`
### Describe how you validated your changes
### Additional Notes
Co-authored-by: ofek.lev <ofek.lev@datadoghq.com>1 parent 86efb13 commit 687d020
File tree
2 files changed
+9
-1
lines changed- .gitlab/test/functional_test
2 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
513 | 521 | | |
514 | 522 | | |
515 | 523 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments