You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by me...@apache.org on 2023/01/13 00:41:44 UTC

[tvm] 01/01: added sync fork yaml

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

mehrdadh pushed a commit to branch ga/sync_fork
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 0159d1f0a498ae7bf4ccc4c978cec3a62b5f4612
Author: Mehrdad Hessar <mh...@octoml.ai>
AuthorDate: Thu Jan 12 16:41:28 2023 -0800

    added sync fork yaml
---
 sync_fork.yaml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/sync_fork.yaml b/sync_fork.yaml
new file mode 100644
index 0000000000..ed33204869
--- /dev/null
+++ b/sync_fork.yaml
@@ -0,0 +1,18 @@
+name: Sync Fork
+
+on:
+  schedule:
+    - cron: '*/30 * * * *' # every 30 minutes
+  workflow_dispatch: # on button click
+
+jobs:
+  sync:
+
+    runs-on: ubuntu-latest
+
+    steps:
+      - uses: tgymnich/fork-sync@v1.6.3
+        with:
+          owner: mehrdadh
+          base: ga/sync_fork
+          head: main