From a4e711a4e83785571ce3b190210ec4650db74c5d Mon Sep 17 00:00:00 2001 From: czlonkowski <56956555+czlonkowski@users.noreply.github.com> Date: Wed, 6 Aug 2025 22:38:54 +0200 Subject: [PATCH] chore: remove test file --- test-ci-fix.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 test-ci-fix.md diff --git a/test-ci-fix.md b/test-ci-fix.md deleted file mode 100644 index e06a3a4..0000000 --- a/test-ci-fix.md +++ /dev/null @@ -1,15 +0,0 @@ -# Test CI Permission Fixes - -This file is created to test the CI permission fixes. - -## What was fixed: -1. Added `continue-on-error: true` to steps that might fail due to permissions -2. Wrapped GitHub API calls in try-catch blocks -3. Made benchmark auto-push conditional on main branch pushes only - -## Expected behavior: -- Tests should pass even if PR comments can't be created -- Benchmarks should run but not fail if they can't push to gh-pages -- All CI checks should show green when the actual tests pass - -This file can be deleted after testing. \ No newline at end of file