Skip to content

Commit b5864ed

Browse files
authored
Merge pull request #1138 from scrasmussen/enhancement/restrict-ci-mainly-to-upstream
Restrict Github actions CI mainly to NCAR's upstream
2 parents 47657f4 + 00582b8 commit b5864ed

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/basic_checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7+
if: github.repository == 'NCAR/ccpp-physics' || github.repository == 'ufs-community/ccpp-physics'
78

89
runs-on: macos-latest
910

.github/workflows/ci_fv3_ccpp_prebuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
ccpp-prebuild-FV3:
7+
if: github.repository == 'NCAR/ccpp-physics' || github.repository == 'ufs-community/ccpp-physics'
78

89
# The type of runner that the job will run on
910
runs-on: ubuntu-latest

.github/workflows/ci_scm_ccpp_prebuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
ccpp-prebuild-SCM:
7+
if: github.repository == 'NCAR/ccpp-physics' || github.repository == 'ufs-community/ccpp-physics'
78

89
# The type of runner that the job will run on
910
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)