Matthew R. Kasun 3 years ago
parent
commit
81f118bc13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/docker-builder.yml

+ 1 - 1
.github/workflows/docker-builder.yml

@@ -3,7 +3,7 @@ name: Build go-builder images
 on:
   workflow_dispatch:
   schedule:
-    -cron: '00 21 * * SUN'
+    - cron: '00 21 * * SUN'
 
 jobs:
   go-builder: