Parcourir la source

Merge pull request #10604 from id/ci-fix-build_packages_cron

fix: build_packages_cron.yaml workflow
Ivan Dyachkov il y a 2 ans
Parent
commit
a8f2ef30e6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .github/workflows/build_packages_cron.yaml

+ 1 - 0
.github/workflows/build_packages_cron.yaml

@@ -8,6 +8,7 @@ on:
   schedule:
     - cron:  '0 */6 * * *'
 
+jobs:
   prepare:
     runs-on: aws-amd64
     if: github.repository_owner == 'emqx'