Skip to content

Commit c61a07a

Browse files
committed
ci: improve update-flake job to handle retriggering ci and human authors
Improves #14046 Solved the CI stuck issue exhibited in - #14039 - #14040 - #14041 - #14044
1 parent 295078e commit c61a07a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@ jobs:
146146
if: github.actor != 'dependabot[bot]'
147147
run: git diff --exit-code
148148

149+
# check for other PRS
150+
- name: Ensure No Changes
151+
if: github.actor != 'dependabot[bot]'
152+
run: git diff --exit-code
153+
149154
lint:
150155
needs: changes
151156
if: needs.changes.outputs.offlinedocs-only == 'false' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)