- Notifications
You must be signed in to change notification settings - Fork1k
Commit76d6e13
authored
ci: make
Earlier today, a dependabot PR was merged despite CI not having been run.#20068This was because the `changes` job failed due to a github ratelimit, which caused all the tests to be skipped, which caused `required` to pass as it passes if tests are skipped.<img width="725" height="872" alt="image" src="https://github.com/user-attachments/assets/3a13d19b-819a-48df-ad8c-e9ff903a0496" />This PR makes `changes` required so this can't happen again (assuming we keep around the dependabot automerge around, it might).changes
required (#20131)1 parentf84a789 commit76d6e13
1 file changed
+2
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
919 | 919 |
| |
920 | 920 |
| |
921 | 921 |
| |
| 922 | + | |
922 | 923 |
| |
923 | 924 |
| |
924 | 925 |
| |
| |||
942 | 943 |
| |
943 | 944 |
| |
944 | 945 |
| |
| 946 | + | |
945 | 947 |
| |
946 | 948 |
| |
947 | 949 |
| |
|
0 commit comments
Comments
(0)