This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git


The following commit(s) were added to refs/heads/master by this push:
     new 46703f6  action: enable daily cron
     new 63a1b2d  Merge pull request #289 from dingelish/master
46703f6 is described below

commit 46703f61632294e0dd90b405e61ca8f11450f595
Author: Yu Ding <[email protected]>
AuthorDate: Sun Nov 15 00:12:48 2020 -0800

    action: enable daily cron
---
 .github/workflows/sgx-world.yml   | 1 +
 .github/workflows/sim-example.yml | 1 +
 2 files changed, 2 insertions(+)

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 @@ on:
     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 @@ on:
     branches: [ '**' ]
   pull_request:
     branches: [ '**' ]
+  schedule: [cron: "40 1 * * *"]
 
 jobs:
   single-test:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to