From 730400aa95cfd9cf2d94d91afb44f7e91ecf5302 Mon Sep 17 00:00:00 2001 From: madomado Date: Tue, 23 Jul 2024 13:10:45 +0800 Subject: [PATCH] fix(ci/update): better filter (#1576) * fix(ci/update): better filter This requires anda 0.2.2 Signed-off-by: madomado * bump: discord-canary-openasar discord-canary envision preview stable osu-lazer libhelium terra-mesa tau-helium anda * Revert "bump: discord-canary-openasar discord-canary envision preview stable osu-lazer libhelium terra-mesa tau-helium anda" This reverts commit 69e36950907900af89cba8171d444e17cf392101. --------- Signed-off-by: madomado Co-authored-by: Raboneko --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 47f81d5820..a17a985c17 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -25,7 +25,7 @@ jobs: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Run Update - run: anda update -vv + run: anda update -vv --filters nightly=0 env: GITHUB_TOKEN: ${{ secrets.AUTOUPDATE_GH_TOKEN }} RUST_BACKTRACE: full