Skip to content

Commit

Permalink
Merge pull request #493 from CliMA/gb/update_ci
Browse files Browse the repository at this point in the history
Run CI on each PR
  • Loading branch information
Sbozzolo authored Nov 10, 2023
2 parents 2a9b4ae + d2939ad commit 29ba30b
Show file tree
Hide file tree
Showing 9 changed files with 493 additions and 460 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CodeCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Code Coverage

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

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: Documentation
on:
push:
branches:
- main
- trying
- staging
- "main"
tags: '*'
pull_request:

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

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

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: ci
on:
push:
branches:
- main
- trying
- staging
tags: '*'
pull_request:

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
[compat]
CLIMAParameters = "0.4, 0.5, 0.6, 0.7"
ClimaAtmos = "=0.16.2"
ClimaComms = "0.5"
ClimaComms = "0.5.6"
ClimaCore = "0.10"
ClimaCoreTempestRemap = "0.3"
ClimaLSM = "0.3"
Expand Down
Loading

0 comments on commit 29ba30b

Please sign in to comment.