From cb675dded2e6225a88cfe4d652023130838d83c4 Mon Sep 17 00:00:00 2001 From: Amy Galles <9685081+AmyLGalles@users.noreply.github.com> Date: Tue, 15 Apr 2025 19:21:08 -0700 Subject: [PATCH] removing checkout server branch --- .github/workflows/build-web.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build-web.yml b/.github/workflows/build-web.yml index 3da524702fe..7958e23c014 100644 --- a/.github/workflows/build-web.yml +++ b/.github/workflows/build-web.yml @@ -129,13 +129,6 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - - name: Check out Server repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - with: - path: server - repository: bitwarden/server - ref: ${{ github.event.pull_request.head.sha && 'main' || github.ref }} - - name: Check Branch to Publish env: PUBLISH_BRANCHES: "main,rc,hotfix-rc-web"