diff --git a/.changeset/README.md b/.changeset/README.md deleted file mode 100644 index e5b6d8d6a67..00000000000 --- a/.changeset/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# Changesets - -Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works -with multi-package repos, or single-package repos to help you version and publish your code. You can -find the full documentation for it [in our repository](https://github.com/changesets/changesets) - -We have a quick list of common questions to get you started engaging with this project in -[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md) diff --git a/.github/workflows/release-packages-canary.yml b/.github/workflows/release-packages-canary.yml index 22783309890..0c77c1f9b8e 100644 --- a/.github/workflows/release-packages-canary.yml +++ b/.github/workflows/release-packages-canary.yml @@ -14,7 +14,6 @@ jobs: release-packages: name: Release runs-on: ubuntu-latest - # runs-on: self-hosted steps: - name: Checkout Repo diff --git a/.github/workflows/release-packages-next.yml b/.github/workflows/release-packages-next.yml index 186bb04372e..dbaeeb1c3ec 100644 --- a/.github/workflows/release-packages-next.yml +++ b/.github/workflows/release-packages-next.yml @@ -14,7 +14,6 @@ jobs: release-packages: name: Release runs-on: ubuntu-latest - # runs-on: self-hosted steps: - name: Checkout Repo diff --git a/.github/workflows/release-packages.yml b/.github/workflows/release-packages.yml index c2329913ddf..f572a1d4840 100644 --- a/.github/workflows/release-packages.yml +++ b/.github/workflows/release-packages.yml @@ -12,7 +12,7 @@ jobs: release-packages: name: Release runs-on: ubuntu-latest - # runs-on: self-hosted + # runs-on: self-runner-kubesphere steps: - name: Checkout Repo