diff --git a/.github/workflows/evals.yml b/.github/workflows/evals.yml index f653a28..4549787 100644 --- a/.github/workflows/evals.yml +++ b/.github/workflows/evals.yml @@ -1,12 +1,15 @@ name: Weekly Tests on: + workflow_dispatch: schedule: - cron: '0 0 * * 0' # Runs at 00:00 UTC every Sunday push: branches: [ main ] paths-ignore: - '**' # Ignore all paths to ensure it only triggers on schedule + pull_request: + branches: [ main ] jobs: weekly-tests: