Skip to content

Commit

Permalink
Merge pull request #1529 from CliMA/gb/update_ci
Browse files Browse the repository at this point in the history
Run CI on any given PR
  • Loading branch information
Sbozzolo authored Nov 6, 2023
2 parents 28bbd23 + e14fe62 commit 28f03c4
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 65 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ClimaCoreMakie.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
name: ClimaCoreMakie CI
on:
pull_request:
paths:
- ".github/workflows/ClimaCoreMakie.yml"
- "lib/ClimaCoreMakie/**"
push:
branches:
- staging
- trying

jobs:
lib-climacore-makie:
runs-on: ubuntu-20.04
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/ClimaCorePlots.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
name: ClimaCorePlots CI
on:
pull_request:
paths:
- ".github/workflows/ClimaCorePlots.yml"
- "lib/ClimaCorePlots/**"
push:
branches:
- staging
- trying

jobs:
lib-climacore-plots:
runs-on: ubuntu-20.04
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/ClimaCoreSpectra.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
name: ClimaCoreSpectra CI
on:
pull_request:
paths:
- ".github/workflows/ClimaCoreSpectra.yml"
- "lib/ClimaCoreSpectra/**"
push:
branches:
- staging
- trying

jobs:
lib-climacore-spectra:
runs-on: ubuntu-20.04
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/ClimaCoreTempestRemap.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
name: ClimaCoreTempestRemap CI
on:
pull_request:
paths:
- ".github/workflows/ClimaCoreTempestRemap.yml"
- "lib/ClimaCoreTempestRemap/**"
push:
branches:
- staging
- trying

jobs:
lib-climacore-tempestremap:
runs-on: ubuntu-20.04
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/ClimaCoreVTK.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
name: ClimaCoreVTK CI
on:
pull_request:
paths:
- ".github/workflows/ClimaCoreVTK.yml"
- "lib/ClimaCoreVTK/**"
push:
branches:
- staging
- trying

jobs:
lib-climacore-vtk:
runs-on: ubuntu-20.04
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/CodeCov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: CodeCov

on:
push:
branches:
- main
- trying
- staging
tags: '*'
pull_request:

Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/JuliaFormatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,8 @@ name: JuliaFormatter

on:
push:
branches:
- main
- trying
- staging
tags: '*'
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review

jobs:
format:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/Linux-UnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@ name: Unit Tests

on:
pull_request:
paths:
- '.github/workflows/Linux-UnitTests.yml'
- 'src/**'
- 'test/**'
- 'Project.toml'
- 'Manifest.toml'
- '!lib/**'

jobs:
test:
runs-on: ubuntu-20.04
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/OS-UnitTests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: OS Unit Tests

on:
push:
branches:
- staging
- trying
pull_request:

jobs:
test-os:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Documentation

on:
push:
branches:
- main
- trying
- staging
tags: '*'
pull_request:

jobs:
Expand Down

0 comments on commit 28f03c4

Please sign in to comment.