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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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