Commit bc95b66
committed
ci: disable
Both have been failing on every push since the fork diverged from upstream:
- `cr.yml`: tries to publish per-PR package previews via `pkg-pr-new`, which
requires the matching GitHub App installed on the org. The app isn't
installed on Open-Athena, so every run dies with
`Check failed (404): The app https://github.com/apps/pkg-pr-new is not
installed on Open-Athena/slidev`. We don't publish slidev packages from
this fork, so the workflow has no purpose.
- `autofix.yml`: lint-fix bot fails with `The autofix.ci action is not
allowed to modify the .github directory` because our fork edits workflow
files outside its allowlist. The lint-staged pre-commit hook already runs
eslint --fix locally, so the bot is redundant.
Switch both to `on: workflow_dispatch` (manual run only) instead of deleting,
so re-enabling them later is a one-line revert. Pages / smoke / test /
build-dist workflows are unaffected.cr.yml + autofix.yml auto-triggers (no-op for OA fork)1 parent 829a6e5 commit bc95b66
2 files changed
Lines changed: 18 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
2 | 10 | | |
3 | | - | |
| 11 | + | |
4 | 12 | | |
5 | 13 | | |
6 | 14 | | |
| |||
0 commit comments