Add staged rollout desktop workflow (#3702)

This commit is contained in:
Vince Grassia 2022-10-06 09:54:37 -04:00 committed by GitHub
parent 7c3255d9fa
commit f2159d71ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View 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