Skip to content

Commit d0a8a6d

Browse files
committed
chore: disable legacy workflows superseded by optimized CI configurations
- Commented out `push` triggers in `test-site-builds-legacy`, `test-site-builds`, `ci-preview`, and `ci-preview-legacy` workflows. - Added notes linking to the respective new workflows (`nx-optimized-ci.yml`, `nx-smart-deploy.yml`).
1 parent 0ffa296 commit d0a8a6d

File tree

4 files changed

+21
-17
lines changed

4 files changed

+21
-17
lines changed

.github/workflows/ci-preview-legacy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: build-preview
22
on:
3-
push:
4-
branches: [main]
3+
# Disabled - legacy workflow superseded by nx-smart-deploy.yml
4+
# push:
5+
# branches: [main]
56
pull_request:
67
branches: [main]
78
workflow_dispatch:

.github/workflows/ci-preview.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: build-preview
22
on:
3-
push:
4-
branches: [main]
3+
# Disabled - superseded by nx-smart-deploy.yml
4+
# push:
5+
# branches: [main]
56
pull_request:
67
branches: [main]
78
workflow_dispatch:

.github/workflows/test-site-builds-legacy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Test Site Builds
22

33
on:
4-
push:
5-
branches: [main, dev]
4+
# Disabled - legacy workflow superseded by nx-optimized-ci.yml
5+
# push:
6+
# branches: [main, dev]
67
paths:
78
- 'packages/**'
89
- 'standards/**'

.github/workflows/test-site-builds.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
name: Test Site Builds
22

33
on:
4-
push:
5-
branches: [main, dev]
6-
paths:
7-
- 'packages/**'
8-
- 'standards/**'
9-
- 'portal/**'
10-
- 'scripts/**'
11-
- '.github/workflows/**'
12-
- 'package.json'
13-
- 'pnpm-lock.yaml'
14-
- 'tsconfig.json'
4+
# Disabled - superseded by nx-optimized-ci.yml
5+
# push:
6+
# branches: [main, dev]
7+
# paths:
8+
# - 'packages/**'
9+
# - 'standards/**'
10+
# - 'portal/**'
11+
# - 'scripts/**'
12+
# - '.github/workflows/**'
13+
# - 'package.json'
14+
# - 'pnpm-lock.yaml'
15+
# - 'tsconfig.json'
1516
pull_request:
1617
branches: [main, dev]
1718
workflow_dispatch:

0 commit comments

Comments
 (0)