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

dgrove pushed a commit to branch 2.0.0
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/2.0.0 by this push:
     new 44755a406 enable CI on the 2.0.0 branch (#5474)
44755a406 is described below

commit 44755a406fa929a586b22c883f9bc552fbb76c87
Author: David Grove <[email protected]>
AuthorDate: Wed Mar 20 13:15:37 2024 -0400

    enable CI on the 2.0.0 branch (#5474)
---
 .github/workflows/1-unit.yaml          | 4 ++--
 .github/workflows/2-system.yaml        | 4 ++--
 .github/workflows/3-multi-runtime.yaml | 4 ++--
 .github/workflows/4-standalone.yaml    | 4 ++--
 .github/workflows/5-scheduler.yaml     | 4 ++--
 .github/workflows/6-performance.yaml   | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/1-unit.yaml b/.github/workflows/1-unit.yaml
index 225d86083..dd60ac90a 100644
--- a/.github/workflows/1-unit.yaml
+++ b/.github/workflows/1-unit.yaml
@@ -19,9 +19,9 @@ name: Unit Tests
 
 on:
   push:
-    branches: [ master ]
+    branches: [ master, 2.0.0 ]
   pull_request:
-    branches: [ master ]
+    branches: [ master, 2.0.0 ]
     types: [ opened, synchronize, reopened ]
   schedule:
     - cron: '30 1 * * 1,3,5'
diff --git a/.github/workflows/2-system.yaml b/.github/workflows/2-system.yaml
index 58e293b6e..6ad5f85d9 100644
--- a/.github/workflows/2-system.yaml
+++ b/.github/workflows/2-system.yaml
@@ -19,9 +19,9 @@ name: System Tests
 
 on:
   push:
-    branches: [ master ]
+    branches: [ master, 2.0.0 ]
   pull_request:
-    branches: [ master ]
+    branches: [ master, 2.0.0 ]
     types: [ opened, synchronize, reopened ]
   schedule:
     - cron: '30 2 * * 1,3,5'
diff --git a/.github/workflows/3-multi-runtime.yaml 
b/.github/workflows/3-multi-runtime.yaml
index 6eace42a0..a7a7d830a 100644
--- a/.github/workflows/3-multi-runtime.yaml
+++ b/.github/workflows/3-multi-runtime.yaml
@@ -19,9 +19,9 @@ name: MultiRuntime Tests
 
 on:
   push:
-    branches: [ master ]
+    branches: [ master, 2.0.0 ]
   pull_request:
-    branches: [ master ]
+    branches: [ master, 2.0.0 ]
     types: [ opened, synchronize, reopened ]
   schedule:
     - cron: '30 3 * * 1,3,5'
diff --git a/.github/workflows/4-standalone.yaml 
b/.github/workflows/4-standalone.yaml
index a7a31098b..009ad351e 100644
--- a/.github/workflows/4-standalone.yaml
+++ b/.github/workflows/4-standalone.yaml
@@ -19,9 +19,9 @@ name: Standalone Tests
 
 on:
   push:
-    branches: [ master ]
+    branches: [ master, 2.0.0 ]
   pull_request:
-    branches: [ master ]
+    branches: [ master, 2.0.0 ]
     types: [ opened, synchronize, reopened ]
   schedule:
     - cron: '30 4 * * 1,3,5'
diff --git a/.github/workflows/5-scheduler.yaml 
b/.github/workflows/5-scheduler.yaml
index 51221b0ec..3f5b87107 100644
--- a/.github/workflows/5-scheduler.yaml
+++ b/.github/workflows/5-scheduler.yaml
@@ -19,9 +19,9 @@ name: Scheduler Tests
 
 on:
   push:
-    branches: [ master ]
+    branches: [ master, 2.0.0 ]
   pull_request:
-    branches: [ master ]
+    branches: [ master, 2.0.0 ]
     types: [ opened, synchronize, reopened ]
   schedule:
     - cron: '30 5 * * 1,3,5'
diff --git a/.github/workflows/6-performance.yaml 
b/.github/workflows/6-performance.yaml
index a390bd25e..4435810b3 100644
--- a/.github/workflows/6-performance.yaml
+++ b/.github/workflows/6-performance.yaml
@@ -19,9 +19,9 @@ name: Performance Tests
 
 on:
   push:
-    branches: [ master ]
+    branches: [ master, 2.0.0 ]
   pull_request:
-    branches: [ master ]
+    branches: [ master, 2.0.0 ]
     types: [ opened, synchronize, reopened ]
   schedule:
     - cron: '30 6 * * 1,3,5'

Reply via email to