Don't enqueue jobs when branches are deleted
This commit is contained in:
parent
5028dfe706
commit
b29178ff14
1 changed files with 7 additions and 5 deletions
|
|
@ -55,8 +55,10 @@
|
||||||
git-repository-id
|
git-repository-id
|
||||||
(date->string date "~4"))
|
(date->string date "~4"))
|
||||||
|
|
||||||
(enqueue-load-new-guix-revision-job
|
(unless (string=? "0000000000000000000000000000000000000000"
|
||||||
conn
|
x-git-newrev)
|
||||||
git-repository-id
|
(enqueue-load-new-guix-revision-job
|
||||||
x-git-newrev
|
conn
|
||||||
(string-append x-git-repo " " x-git-refname " updated"))))))
|
git-repository-id
|
||||||
|
x-git-newrev
|
||||||
|
(string-append x-git-repo " " x-git-refname " updated")))))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue