Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit76d6e13

Browse files
ci: makechanges required (#20131)
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).
1 parentf84a789 commit76d6e13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎.github/workflows/ci.yaml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,7 @@ jobs:
919919
required:
920920
runs-on:ubuntu-latest
921921
needs:
922+
-changes
922923
-fmt
923924
-lint
924925
-gen
@@ -942,6 +943,7 @@ jobs:
942943
-name:Ensure required checks
943944
run:|# zizmor: ignore[template-injection] We're just reading needs.x.result here, no risk of injection
944945
echo "Checking required checks"
946+
echo "- changes: ${{ needs.changes.result }}"
945947
echo "- fmt: ${{ needs.fmt.result }}"
946948
echo "- lint: ${{ needs.lint.result }}"
947949
echo "- gen: ${{ needs.gen.result }}"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp