diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index be4592e9f..7e63d8122 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -4,6 +4,7 @@ on: [pull_request] jobs: autofix: + if: github.repository == 'rolldown/tsdown' uses: sxzz/workflows/.github/workflows/autofix.yml@v1 with: command: pnpm run format && pnpm run lint --fix && pnpm build diff --git a/.github/workflows/release-commit.yml b/.github/workflows/release-commit.yml index 2568e5166..e07ebd253 100644 --- a/.github/workflows/release-commit.yml +++ b/.github/workflows/release-commit.yml @@ -5,6 +5,7 @@ permissions: {} jobs: release: + if: github.repository == 'rolldown/tsdown' uses: sxzz/workflows/.github/workflows/release-commit.yml@v1 with: compact: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81ebce0bc..cfbfed62b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,7 @@ on: jobs: release: + if: github.repository == 'rolldown/tsdown' uses: sxzz/workflows/.github/workflows/release.yml@v1 with: publish: true diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 6b62ee094..57aae32da 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -77,7 +77,7 @@ catalogs: package-manager-detector: ^1.6.0 picomatch: ^4.0.3 postcss-load-config: ^6.0.1 - rolldown: 1.0.0-rc.9 + rolldown: 1.0.0-rc.10 rolldown-plugin-dts: ^0.22.5 semver: ^7.7.4 tinyexec: ^1.0.4