mirror of
https://github.com/bitwarden/server.git
synced 2025-07-07 02:52:50 -05:00
Add Migrator CLI workflow stub (#2741)
This commit is contained in:
14
.github/workflows/build-migrator-cli.yml
vendored
Normal file
14
.github/workflows/build-migrator-cli.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
name: Build Migrator CLI
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
stub:
|
||||||
|
name: Stub
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
steps:
|
||||||
|
- name: Stub
|
||||||
|
run: echo "Stub"
|
Reference in New Issue
Block a user