Skip to content

Commit

Permalink
ci: Optimize release-CI running time
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinerer committed Aug 27, 2023
1 parent 4f09582 commit eb1e633
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "Meqn/pipflow" }],
"changelog": ["@changesets/changelog-github", { "repo": "meqn/pipflow" }],
"commit": false,
"fixed": [],
"linked": [["@pipflow/*"]],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Deploy Docs
on:
push:
branches: [ main ]
# docs内容变动才会触发action
paths:
- 'docs/**'

jobs:
deploy:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
release:
# prevents this action from running on forks
if: github.repository == 'meqn/pipflow'
name: Release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit eb1e633

Please sign in to comment.