diff options
-rw-r--r-- | ci/pipelines/post-receive.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/pipelines/post-receive.nix b/ci/pipelines/post-receive.nix index fd6db9e1f194..b7a96c820652 100644 --- a/ci/pipelines/post-receive.nix +++ b/ci/pipelines/post-receive.nix @@ -53,7 +53,7 @@ let ./emacs/.emacs.d/wpc/*.el ''; label = ":gnu: lint Emacs"; - depends_on = "init-emacs"; + depends_on = "build-briefcase"; } { key = "build-socrates"; |