Merge pull request #10604 from id/ci-fix-build_packages_cron
fix: build_packages_cron.yaml workflow
This commit is contained in:
commit
a8f2ef30e6
|
@ -8,6 +8,7 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 */6 * * *'
|
- cron: '0 */6 * * *'
|
||||||
|
|
||||||
|
jobs:
|
||||||
prepare:
|
prepare:
|
||||||
runs-on: aws-amd64
|
runs-on: aws-amd64
|
||||||
if: github.repository_owner == 'emqx'
|
if: github.repository_owner == 'emqx'
|
||||||
|
|
Loading…
Reference in New Issue