Remove test sleep from CI tests
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m19s
Automated Main Deploy Action / build-and-deploy-docs (push) Successful in 20s

This commit is contained in:
2025-10-18 13:44:26 -04:00
parent 812da20df1
commit 67ea460e10

View File

@@ -20,8 +20,6 @@ jobs:
packages: write
steps:
- name: test sleep
run: sleep 1900000
- name: Checkout repository
uses: actions/checkout@v4
with: