name: Run Eval Daily on: schedule: - cron: "0 2 * * *" workflow_dispatch: env: CARGO_TERM_COLOR: always CARGO_INCREMENTAL: 0 RUST_BACKTRACE: 1 jobs: run_eval: name: Run Eval if: github.repository_owner == 'zed-industries' runs-on: ubuntu-latest steps: - name: Checkout repo uses: actions/checkout@v4 with: clean: false - name: Setup Rust uses: dtolnay/rust-toolchain@stable - name: Run cargo eval run: cargo run -p eval