Skip to content

Commit 59f1c13

Browse files
committed
chore: disable workflows replaced by optimized configurations
- Commented out `push` triggers in `ci.yml`, `deploy-all.yml`, and `deploy-dev-legacy.yml` workflows. - Added notes referencing the new workflows (`nx-optimized-ci.yml`, `nx-smart-deploy.yml`, `deploy-dev.yml`).
1 parent d0a8a6d commit 59f1c13

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: CI
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
# Disabled - superseded by nx-optimized-ci.yml
5+
# push:
6+
# branches:
7+
# - main
78
pull_request:
89

910
permissions:

.github/workflows/deploy-all.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Deploy All Sites
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
# Disabled - superseded by nx-smart-deploy.yml
5+
# push:
6+
# branches:
7+
# - main
78
workflow_dispatch:
89
inputs:
910
force_build_all:

.github/workflows/deploy-dev-legacy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Deploy Dev Environment
22

33
on:
4-
push:
5-
branches:
6-
- dev
4+
# Disabled - legacy workflow superseded by deploy-dev.yml
5+
# push:
6+
# branches:
7+
# - dev
78
workflow_dispatch:
89
inputs:
910
force_build_all:

0 commit comments

Comments
 (0)