1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 21:20:27 +00:00

removing checkout server branch

This commit is contained in:
Amy Galles
2025-04-15 19:21:08 -07:00
parent cb86948423
commit cb675dded2

View File

@@ -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"