1
0
mirror of https://github.com/bitwarden/server synced 2025-12-06 00:03:34 +00:00

Add stub for load test work (#6277)

* Add stub for load test work

* Satisfy linter

* Adding required permission for linting
This commit is contained in:
MtnBurrit0
2025-09-04 08:05:11 -06:00
committed by GitHub
parent 4b79b98b31
commit cdf1d7f074

13
.github/workflows/load-test.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Test Stub
on:
workflow_dispatch:
jobs:
test:
permissions:
contents: read
name: Test
runs-on: ubuntu-24.04
steps:
- name: Test
run: exit 0