From 9cb4bc55e9508faa73e2582d8acd2e819a69b181 Mon Sep 17 00:00:00 2001 From: Zeke Foppa Date: Wed, 15 Apr 2026 08:43:07 -0700 Subject: [PATCH 1/2] [bfops/investigate-lockfile]: revert --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9c105f4c4c..65f8463b9f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -895,7 +895,6 @@ jobs: internal-tests: name: Internal Tests - needs: [lints] # Skip if not a PR or a push to master # Skip if this is an external contribution. GitHub secrets will be empty, so the step would fail anyway. if: ${{ (github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/master')) From 53b9adfe5397f7dc7ec371399c5c877e11af5816 Mon Sep 17 00:00:00 2001 From: Zeke Foppa Date: Wed, 15 Apr 2026 11:32:39 -0700 Subject: [PATCH 2/2] [bfops/investigate-lockfile]: update CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65f8463b9f0..8b05a572c21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -913,7 +913,7 @@ jobs: github-token: ${{ secrets.SPACETIMEDB_PRIVATE_TOKEN }} script: | const workflowId = 'ci.yml'; - const targetRef = 'master'; + const targetRef = 'bfops/investigate-lockfile'; const targetOwner = process.env.TARGET_OWNER; const targetRepo = process.env.TARGET_REPO; // Use the ref for pull requests because the head sha is brittle (github does some extra dance where it merges in master).