Skip to content

Commit d9cb961

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 d9cb961

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ jobs:
140140
with:
141141
# Allows dependabot to still rebase!
142142
commit_message: "[dependabot skip] Update Nix Flake SRI Hash"
143-
144-
# check for other PRS
143+
144+
# check for other PRs
145145
- name: Ensure No Changes
146-
if: github.actor != 'dependabot[bot]'
146+
if: github.actor != 'dependabot[bot]'
147147
run: git diff --exit-code
148148

149149
lint:

0 commit comments

Comments
 (0)