From 3cf558b0226f980977ee5904265493736ab5ba76 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 10 Sep 2024 23:32:43 -0500 Subject: [PATCH] Update update.rhai Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/stardust/comet/update.rhai | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/anda/stardust/comet/update.rhai b/anda/stardust/comet/update.rhai index c9bda82d60..f73e076772 100644 --- a/anda/stardust/comet/update.rhai +++ b/anda/stardust/comet/update.rhai @@ -1,7 +1,5 @@ -if filters.contains("nightly") { - rpm.global("commit", gh_commit("StardustXR/comet")); - if rpm.changed() { - rpm.release(); - rpm.global("commit_date", date()); - } -} +rpm.global("commit", gh_commit("StardustXR/comet")); + if rpm.changed() { + rpm.release(); + rpm.global("commit_date", date()); + }