Skip to content

Commit dd45584

Browse files
committed
Update paths-ignore for .github/workflows/ubuntu-*.yaml
1 parent 5629986 commit dd45584

File tree

4 files changed

+34
-12
lines changed

4 files changed

+34
-12
lines changed

.github/workflows/TMP_OFF/ubuntu-ci-containers-x86_64.yaml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
name: ubuntu-ci-container-x86_64-build
22
on:
33
# Uncomment this to test for PRs (but do not submit)
4-
# pull_request:
5-
# paths-ignore:
6-
# - 'configs/sites/**'
7-
# - 'doc/**'
8-
# - '**.md'
9-
# - '.github/ISSUE_TEMPLATE/*'
10-
# - '.gitignore'
11-
4+
pull_request:
5+
paths-ignore:
6+
- 'configs/sites/**'
7+
- '!configs/sites/tier2/*.default/*'
8+
- '**.md'
9+
- '.github/CODEOWNERS'
10+
- '.github/pull_request_template.md'
11+
- '.github/ISSUE_TEMPLATE/*'
12+
- '.gitignore'
1213
schedule:
1314
- cron: '0 8 * * *'
1415
workflow_dispatch:
@@ -55,12 +56,9 @@ jobs:
5556
DOW=$(date +%u)
5657
# Monday is 1 ... Sunday is 7
5758
if [[ $DOW == 1 || $DOW == 4 ]]; then
58-
export CONTAINER=${{ inputs.container || 'docker-ubuntu-clang-mpich' }}
59-
export SPECS=${{ inputs.specs || 'jedi-ci' }}
60-
elif [[ $DOW == 2 ]]; then
6159
export CONTAINER=${{ inputs.container || 'docker-ubuntu-gcc-openmpi' }}
6260
export SPECS=${{ inputs.specs || 'jedi-ci' }}
63-
elif [[ $DOW == 5 ]]; then
61+
elif [[ $DOW == 2 || $DOW == 5 ]]; then
6462
export CONTAINER=${{ inputs.container || 'docker-ubuntu-gcc11-openmpi' }}
6563
export SPECS=${{ inputs.specs || 'jedi-ci' }}
6664
elif [[ $DOW == 3 || $DOW == 6 ]]; then

.github/workflows/ubuntu-ci-x86_64-gnu.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: ubuntu-ci-c6a-x86_64-gnu-build
22
on:
33
pull_request:
4+
paths-ignore:
5+
- 'configs/sites/**'
6+
- '!configs/sites/tier2/*.default/*'
7+
- '**.md'
8+
- '.github/CODEOWNERS'
9+
- '.github/pull_request_template.md'
10+
- '.github/ISSUE_TEMPLATE/*'
11+
- '.gitignore'
412
workflow_dispatch:
513

614
concurrency:

.github/workflows/ubuntu-ci-x86_64-oneapi-ifx.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: ubuntu-ci-c6a-x86_64-oneapi-ifx-build
22
on:
33
pull_request:
4+
paths-ignore:
5+
- 'configs/sites/**'
6+
- '!configs/sites/tier2/*.default/*'
7+
- '**.md'
8+
- '.github/CODEOWNERS'
9+
- '.github/pull_request_template.md'
10+
- '.github/ISSUE_TEMPLATE/*'
11+
- '.gitignore'
412
workflow_dispatch:
513

614
concurrency:

.github/workflows/ubuntu-ci-x86_64-oneapi.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: ubuntu-ci-c6a-x86_64-oneapi-build
22
on:
33
pull_request:
4+
paths-ignore:
5+
- 'configs/sites/**'
6+
- '!configs/sites/tier2/*.default/*'
7+
- '**.md'
8+
- '.github/CODEOWNERS'
9+
- '.github/pull_request_template.md'
10+
- '.github/ISSUE_TEMPLATE/*'
11+
- '.gitignore'
412
workflow_dispatch:
513

614
concurrency:

0 commit comments

Comments
 (0)