diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index acd43f80a069d81303cd4b6de5588675b4018909..d5867b39d94e8aefbaae92861a25b02bd4818faa 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -8,7 +8,7 @@ name: Build, Test & Deploy
     tags:
       - "v*"
   schedule:
-    - cron: '0 0 * * 0'  # Midnight on Sunday
+    - cron: "0 0 * * 0" # Midnight on Sunday
   workflow_dispatch:
     inputs:
       pytest_addopts: