Skip to content

Commit 291082e

Browse files
committed
chore: comment out unused push triggers in test-site-builds-legacy workflow
- Disabled `push` triggers by commenting out defined path filters. - Maintained `pull_request` and `workflow_dispatch` triggers for manual execution. - Added note referencing the newer workflow: `nx-optimized-ci.yml`.
1 parent 59f1c13 commit 291082e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
# Disabled - legacy workflow superseded by nx-optimized-ci.yml
55
# push:
66
# 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'
7+
# paths:
8+
# - 'packages/**'
9+
# - 'standards/**'
10+
# - 'portal/**'
11+
# - 'scripts/**'
12+
# - '.github/workflows/**'
13+
# - 'package.json'
14+
# - 'pnpm-lock.yaml'
15+
# - 'tsconfig.json'
1616
pull_request:
1717
branches: [main, dev]
1818
workflow_dispatch:

0 commit comments

Comments
 (0)