diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index b73c5b48cd..80b5437661 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 --filters nightly=0 + run: anda update -vv --excludes nightly=1 env: GITHUB_TOKEN: ${{ secrets.AUTOUPDATE_GH_TOKEN }} RUST_BACKTRACE: full