1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00:00

Update POC to POC2 (#5033)

This commit is contained in:
mimartin12
2023-03-21 10:24:22 -06:00
committed by GitHub
parent df1a28838f
commit 9160ee9963
3 changed files with 5 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ jobs:
npm_command: "dist:bit:selfhost"
- name: "cloud-QA"
npm_command: "build:bit:qa"
- name: "cloud-POC"
- name: "cloud-POC2"
npm_command: "build:bit:poc"
- name: "ee"
npm_command: "build:bit:ee"

View File

@@ -12,7 +12,7 @@ on:
type: choice
options:
- QA
- POC
- POC2
jobs: