mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Add staged rollout desktop workflow (#3702)
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user