mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-17 01:31:25 +01:00
Add staged rollout desktop workflow (#3702)
This commit is contained in:
parent
7c3255d9fa
commit
f2159d71ea
17
.github/workflows/staged-rollout-desktop.yml
vendored
Normal file
17
.github/workflows/staged-rollout-desktop.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
name: Staged Rollout Desktop
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
name: Stub
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: TEST
|
||||
run: exit 0
|
Loading…
Reference in New Issue
Block a user