Skip to content

Commit 71f9be3

Browse files
committed
Temp: add back PR testing
1 parent 52a8506 commit 71f9be3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/eamxx-kokkos-develop-testing.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
name: eamxx-sa-kokkos-develop
22

33
on:
4+
# Runs on PRs against master
5+
pull_request:
6+
branches: [ master ]
7+
types: [opened, synchronize, ready_for_review, reopened]
8+
paths:
9+
# first, yes to these
10+
- '.github/workflows/eamxx-sa-testing.yml'
11+
- '.github/workflows/eamxx-kokkos-develop-testing.yml'
12+
- '.github/actions/test-all-eamxx/**'
13+
- 'cime_config/machine/config_machines.xml'
14+
- 'components/eamxx/**'
15+
- 'components/homme/**'
16+
- 'components/eam/src/physics/rrtmgp/**'
17+
- 'externals/ekat'
18+
- 'externals/mam4xx'
19+
- 'externals/haero'
20+
- 'externals/scorpio'
21+
# second, no to these
22+
- '!components/eamxx/docs/**'
23+
- '!components/eamxx/mkdocs.yml'
24+
- '!components/eamxx/cime_config/**'
25+
426
# Manual run is used to bless
527
workflow_dispatch:
628
inputs:

0 commit comments

Comments
 (0)