Skip to content

Commit 1254807

Browse files
committed
Reenable container CI testing, update paths-ignore for .github/workflows/ubuntu-*.yaml
1 parent 5629986 commit 1254807

4 files changed

Lines changed: 33 additions & 8 deletions

File tree

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

Lines changed: 9 additions & 8 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:

.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)