diff --git a/.github/workflows/eval.yml b/.github/workflows/eval.yml index 6bc76fe2de..6eefdfea95 100644 --- a/.github/workflows/eval.yml +++ b/.github/workflows/eval.yml @@ -7,7 +7,7 @@ on: pull_request: branches: - "**" - types: [opened, synchronize, reopened, labeled] + types: [synchronize, reopened, labeled] workflow_dispatch: @@ -25,16 +25,6 @@ env: ZED_EVAL_TELEMETRY: 1 jobs: - # This is a no-op job that we run to prevent GitHub from marking the workflow - # as failed for PRs that don't have the `run-eval` label. - noop: - name: No-op - runs-on: ubuntu-latest - if: github.repository_owner == 'zed-industries' - steps: - - name: No-op - run: echo "Nothing to do" - run_eval: timeout-minutes: 60 name: Run Agent Eval