1
0
mirror of https://github.com/bitwarden/server synced 2025-12-26 05:03:18 +00:00
Files
server/.github/workflows/load-test.yml
MtnBurrit0 cdf1d7f074 Add stub for load test work (#6277)
* Add stub for load test work

* Satisfy linter

* Adding required permission for linting
2025-09-04 07:05:11 -07:00

14 lines
185 B
YAML

name: Test Stub
on:
workflow_dispatch:
jobs:
test:
permissions:
contents: read
name: Test
runs-on: ubuntu-24.04
steps:
- name: Test
run: exit 0