Skip to content

Commit

Permalink
Make sure CI runs for v1 maintenance branch PRs (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
phschaad authored Dec 5, 2024
1 parent b5f91e1 commit 00f05e6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fpga-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/general-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gpu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/heterogeneous-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pyFV3-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 00f05e6

Please sign in to comment.