Skip to content

Commit 96a5b18

Browse files
committed
Temp: add back PR trigger
Attempting to get workflow to trigger, will remove before merging
1 parent f15db40 commit 96a5b18

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
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/actions/test-all-eamxx/**'
12+
- 'cime_config/machine/config_machines.xml'
13+
- 'components/eamxx/**'
14+
- 'components/homme/**'
15+
- 'components/eam/src/physics/rrtmgp/**'
16+
- 'externals/ekat'
17+
- 'externals/mam4xx'
18+
- 'externals/haero'
19+
- 'externals/scorpio'
20+
# second, no to these
21+
- '!components/eamxx/docs/**'
22+
- '!components/eamxx/mkdocs.yml'
23+
- '!components/eamxx/cime_config/**'
24+
425
# Manual run is used to bless
526
workflow_dispatch:
627
inputs:

0 commit comments

Comments
 (0)