mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-03 13:33:32 +01:00
14 lines
183 B
YAML
14 lines
183 B
YAML
|
---
|
||
|
name: Deploy Web - EU Prod - STUB
|
||
|
|
||
|
on:
|
||
|
workflow_dispatch:
|
||
|
|
||
|
jobs:
|
||
|
stub-job:
|
||
|
name: Stub Job
|
||
|
runs-on: ubuntu-22.04
|
||
|
steps:
|
||
|
- name: Stub Step
|
||
|
run: exit 0
|