Merge pull request #289 from dingelish/master

action: enable daily cron
diff --git a/.github/workflows/sgx-world.yml b/.github/workflows/sgx-world.yml
index fea3dce..f509a3a 100644
--- a/.github/workflows/sgx-world.yml
+++ b/.github/workflows/sgx-world.yml
@@ -5,6 +5,7 @@
     branches: [ '**' ]
   pull_request:
     branches: [ '**' ]
+  schedule: [cron: "40 1 * * *"]
 
 jobs:
   build-world:
diff --git a/.github/workflows/sim-example.yml b/.github/workflows/sim-example.yml
index 1b44f08..839fff5 100644
--- a/.github/workflows/sim-example.yml
+++ b/.github/workflows/sim-example.yml
@@ -5,6 +5,7 @@
     branches: [ '**' ]
   pull_request:
     branches: [ '**' ]
+  schedule: [cron: "40 1 * * *"]
 
 jobs:
   single-test: