From 2e6a66d65a8db3a417146818d8ad38d757f934e6 Mon Sep 17 00:00:00 2001 From: Philipp Schaad Date: Tue, 3 Dec 2024 12:55:51 +0100 Subject: [PATCH] Make sure CI runs for v1 maintenance branch PRs --- .github/workflows/fpga-ci.yml | 6 +++--- .github/workflows/general-ci.yml | 6 +++--- .github/workflows/gpu-ci.yml | 6 +++--- .github/workflows/heterogeneous-ci.yml | 6 +++--- .github/workflows/pyFV3-ci.yml | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/fpga-ci.yml b/.github/workflows/fpga-ci.yml index 2d6d42514f..b687ecf875 100644 --- a/.github/workflows/fpga-ci.yml +++ b/.github/workflows/fpga-ci.yml @@ -2,11 +2,11 @@ name: FPGA Tests on: push: - branches: [ main, ci-fix ] + branches: [ main, v1/maintenance, ci-fix ] pull_request: - branches: [ main, ci-fix ] + branches: [ main, v1/maintenance, ci-fix ] merge_group: - branches: [ main, ci-fix ] + branches: [ main, v1/maintenance, ci-fix ] env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/general-ci.yml b/.github/workflows/general-ci.yml index cde07f0406..cac290204d 100644 --- a/.github/workflows/general-ci.yml +++ b/.github/workflows/general-ci.yml @@ -2,11 +2,11 @@ name: General Tests on: push: - branches: [ main, ci-fix ] + branches: [ main, v1/maintenance, ci-fix ] pull_request: - branches: [ main, ci-fix ] + branches: [ main, v1/maintenance, ci-fix ] merge_group: - branches: [ main, ci-fix ] + branches: [ main, v1/maintenance, ci-fix ] jobs: test: diff --git a/.github/workflows/gpu-ci.yml b/.github/workflows/gpu-ci.yml index b3af9c8c05..461c353cd4 100644 --- a/.github/workflows/gpu-ci.yml +++ b/.github/workflows/gpu-ci.yml @@ -2,11 +2,11 @@ name: GPU Tests on: push: - branches: [ main, ci-fix ] + branches: [ main, v1/maintenance, ci-fix ] pull_request: - branches: [ main, ci-fix ] + branches: [ main, v1/maintenance, ci-fix ] merge_group: - branches: [ main, ci-fix ] + branches: [ main, v1/maintenance, ci-fix ] env: CUDACXX: /usr/local/cuda/bin/nvcc diff --git a/.github/workflows/heterogeneous-ci.yml b/.github/workflows/heterogeneous-ci.yml index 62887ad208..56fd571ca1 100644 --- a/.github/workflows/heterogeneous-ci.yml +++ b/.github/workflows/heterogeneous-ci.yml @@ -2,11 +2,11 @@ name: Heterogeneous Tests on: push: - branches: [ main, ci-fix ] + branches: [ main, v1/maintenance, ci-fix ] pull_request: - branches: [ main, ci-fix ] + branches: [ main, v1/maintenance, ci-fix ] merge_group: - branches: [ main, ci-fix ] + branches: [ main, v1/maintenance, ci-fix ] env: CUDA_HOME: /usr/local/cuda diff --git a/.github/workflows/pyFV3-ci.yml b/.github/workflows/pyFV3-ci.yml index 852b887cdb..55177e2c6f 100644 --- a/.github/workflows/pyFV3-ci.yml +++ b/.github/workflows/pyFV3-ci.yml @@ -2,11 +2,11 @@ name: NASA/NOAA pyFV3 repository build test on: push: - branches: [ main, ci-fix ] + branches: [ v1/maintenance, ci-fix ] pull_request: - branches: [ main, ci-fix ] + branches: [ v1/maintenance, ci-fix ] merge_group: - branches: [ main, ci-fix ] + branches: [ v1/maintenance, ci-fix ] defaults: run: