From c11fa85b8a9dab03ad9800b671a710b55f348af6 Mon Sep 17 00:00:00 2001 From: David Grove Date: Wed, 20 Mar 2024 13:15:37 -0400 Subject: [PATCH] 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 225d8608303..dd60ac90abf 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 58e293b6ea4..6ad5f85d9dc 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 6eace42a0e3..a7a7d830a7e 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 a7a31098bab..009ad351e57 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 51221b0ec78..3f5b8710748 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 a390bd25e84..4435810b3cb 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'