From 4d121ae9f90b6fe5d3e4577bc1a7f686375965f0 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Tue, 17 Feb 2026 22:21:06 -0500 Subject: [PATCH] created fix_eval_warnings.yml and python eval_warnings --- .github/workflows/fix_eval_warnings.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/fix_eval_warnings.yml b/.github/workflows/fix_eval_warnings.yml index 007145a..79eeb4a 100644 --- a/.github/workflows/fix_eval_warnings.yml +++ b/.github/workflows/fix_eval_warnings.yml @@ -11,7 +11,6 @@ jobs: github.event.workflow_run.head_branch == 'main' && (github.event.workflow_run.event == 'push' || github.event.workflow_run.event == 'schedule') runs-on: self-hosted - permissions: contents: write pull-requests: write