Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 136ac14

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 136ac14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 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-
143+
144144
# 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)