From 6df951a4957a0822ec689f82d3b556ad6c580146 Mon Sep 17 00:00:00 2001 From: claude-ceo-assistant Date: Sun, 10 May 2026 14:28:18 +0000 Subject: [PATCH] chore: remove upstream CI workflows (mirror inertization per internal#233) --- .github/workflows/integration.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/integration.yml diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml deleted file mode 100644 index b43f4e7..0000000 --- a/.github/workflows/integration.yml +++ /dev/null @@ -1,17 +0,0 @@ -on: - push: {branches: master} - -jobs: - integration: - runs-on: ubuntu-latest - steps: - - id: output-set - uses: actions/github-script@master - with: - script: return core.getInput('input-value') - result-encoding: string - input-value: output - - run: | - if [[ "${{steps.output-set.outputs.result}}" != "output" ]]; then - exit 1 - fi