File tree Expand file tree Collapse file tree 4 files changed +64
-0
lines changed Expand file tree Collapse file tree 4 files changed +64
-0
lines changed Original file line number Diff line number Diff line change 2727 python_version :
2828 required : false
2929 type : string
30+
3031env :
3132 ISSM_DIR : ${{ github.workspace }}
3233
Original file line number Diff line number Diff line change @@ -3,8 +3,29 @@ name: Ubuntu Basic
33on :
44 push :
55 branches : [ "main" ]
6+ paths :
7+ - " .github/workflows/common-workflow.yml"
8+ - " .github/workflows/ubuntu-basic.yml"
9+ - " etc/**"
10+ - " externalpackages/**"
11+ - " m4/**"
12+ - " src/**"
13+ - " test/**"
14+ - " Makefile.am"
15+ - " configure.ac"
616 pull_request :
717 branches : [ "main" ]
18+ paths :
19+ - " .github/workflows/common-workflow.yml"
20+ - " .github/workflows/ubuntu-basic.yml"
21+ - " etc/**"
22+ - " externalpackages/**"
23+ - " m4/**"
24+ - " src/**"
25+ - " test/**"
26+ - " Makefile.am"
27+ - " configure.ac"
28+
829env :
930 ISSM_DIR : ${{ github.workspace }}
1031
Original file line number Diff line number Diff line change @@ -3,8 +3,29 @@ name: Ubuntu CodiPack
33on :
44 push :
55 branches : [ "main" ]
6+ paths :
7+ - " .github/workflows/common-workflow.yml"
8+ - " .github/workflows/ubuntu-codipack.yml"
9+ - " etc/**"
10+ - " externalpackages/**"
11+ - " m4/**"
12+ - " src/**"
13+ - " test/**"
14+ - " Makefile.am"
15+ - " configure.ac"
616 pull_request :
717 branches : [ "main" ]
18+ paths :
19+ - " .github/workflows/common-workflow.yml"
20+ - " .github/workflows/ubuntu-codipack.yml"
21+ - " etc/**"
22+ - " externalpackages/**"
23+ - " m4/**"
24+ - " src/**"
25+ - " test/**"
26+ - " Makefile.am"
27+ - " configure.ac"
28+
829env :
930 ISSM_DIR : ${{ github.workspace }}
1031
Original file line number Diff line number Diff line change @@ -3,8 +3,29 @@ name: Ubuntu Python
33on :
44 push :
55 branches : [ "main" ]
6+ paths :
7+ - " .github/workflows/common-workflow.yml"
8+ - " .github/workflows/ubuntu-python.yml"
9+ - " etc/**"
10+ - " externalpackages/**"
11+ - " m4/**"
12+ - " src/**"
13+ - " test/**"
14+ - " Makefile.am"
15+ - " configure.ac"
616 pull_request :
717 branches : [ "main" ]
18+ paths :
19+ - " .github/workflows/common-workflow.yml"
20+ - " .github/workflows/ubuntu-basic.yml"
21+ - " etc/**"
22+ - " externalpackages/**"
23+ - " m4/**"
24+ - " src/**"
25+ - " test/**"
26+ - " Makefile.am"
27+ - " configure.ac"
28+
829env :
930 ISSM_DIR : ${{ github.workspace }}
1031
You can’t perform that action at this time.
0 commit comments