You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by je...@apache.org on 2023/09/03 03:24:06 UTC

[mxnet] branch update_cuda updated: Only run github actions on master branch.

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

jevans pushed a commit to branch update_cuda
in repository https://gitbox.apache.org/repos/asf/mxnet.git


The following commit(s) were added to refs/heads/update_cuda by this push:
     new 26b863d58d Only run github actions on master branch.
26b863d58d is described below

commit 26b863d58d8c3133c157a8ffa601fedee9cd7b8e
Author: Joe Evans <jo...@gmail.com>
AuthorDate: Sat Sep 2 20:23:53 2023 -0700

    Only run github actions on master branch.
---
 .github/workflows/license_check.yml    | 9 ++++++++-
 .github/workflows/link_check.yml       | 9 ++++++++-
 .github/workflows/os_x_mklbuild.yml    | 8 +++++++-
 .github/workflows/os_x_staticbuild.yml | 9 ++++++++-
 4 files changed, 31 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/license_check.yml b/.github/workflows/license_check.yml
index ecc12811bb..5108c7e536 100644
--- a/.github/workflows/license_check.yml
+++ b/.github/workflows/license_check.yml
@@ -1,6 +1,13 @@
 name: license check
 
-on: [push, pull_request]
+on:
+  push:
+    branches:
+    - master
+  pull_request:
+    branches:
+    - master
+
 
 defaults:
   run:
diff --git a/.github/workflows/link_check.yml b/.github/workflows/link_check.yml
index acbd2e270b..78de2eb432 100644
--- a/.github/workflows/link_check.yml
+++ b/.github/workflows/link_check.yml
@@ -1,6 +1,13 @@
 name: link check
 
-on: [push, pull_request]
+on:
+  push:
+    branches:
+    - master
+  pull_request:
+    branches:
+    - master
+
 
 defaults:
   run:
diff --git a/.github/workflows/os_x_mklbuild.yml b/.github/workflows/os_x_mklbuild.yml
index 70c9733453..69ac3cf49a 100644
--- a/.github/workflows/os_x_mklbuild.yml
+++ b/.github/workflows/os_x_mklbuild.yml
@@ -1,6 +1,12 @@
 name: mkl continuous build
 
-on: [push, pull_request]
+on:
+  push:
+    branches:
+    - master
+  pull_request:
+    branches:
+    - master
 
 jobs:
   macosx-x86_64:
diff --git a/.github/workflows/os_x_staticbuild.yml b/.github/workflows/os_x_staticbuild.yml
index 5502f9321d..4cbaf98719 100644
--- a/.github/workflows/os_x_staticbuild.yml
+++ b/.github/workflows/os_x_staticbuild.yml
@@ -1,6 +1,13 @@
 name: continuous build
 
-on: [push, pull_request]
+on:
+  push:
+    branches:
+    - master
+  pull_request:
+    branches:
+    - master
+
 
 jobs:
   macosx-x86_64: