Skip to content

Commit 393b912

Browse files
fix CI workflow path drift in root automation (#84)
* fix: align CI workflows with current repo layout * revert changes * rm unused workflow files
1 parent 379efa8 commit 393b912

4 files changed

Lines changed: 2 additions & 191 deletions

File tree

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths-ignore:
66
- 'docs/**'
77
- 'media/**'
8-
- '../../README.md'
8+
- 'README.md'
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
@@ -47,4 +47,4 @@ jobs:
4747
- name: Build Packages
4848
run: pnpm run build:all
4949
- name: Publish Previews
50-
run: pnpx pkg-pr-new publish --pnpm './packages/*' --template './examples/*/*'
50+
run: pnpx pkg-pr-new publish --pnpm './packages/*'

.github/workflows/process-feedback.yml

Lines changed: 0 additions & 76 deletions
This file was deleted.

.github/workflows/skill-staleness-check.yml

Lines changed: 0 additions & 86 deletions
This file was deleted.

.github/workflows/validate-skills.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)