From 5f6817dbb95773c605820d44e6fdce10d0116ba1 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Sat, 19 Apr 2025 16:02:05 +0530 Subject: [PATCH] revert --- .github/workflows/cr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cr.yml b/.github/workflows/cr.yml index 663ae016..55b03482 100644 --- a/.github/workflows/cr.yml +++ b/.github/workflows/cr.yml @@ -33,7 +33,7 @@ concurrency: jobs: release: if: ${{ ((github.event_name == 'pull_request' && !github.event.pull_request.draft && contains(github.event.pull_request.labels.*.name, 'cr-tracked') && !contains(github.event.pull_request.labels.*.name, 'spam') && !contains(github.event.pull_request.labels.*.name, 'invalid')) || (github.event_name == 'push' && !startsWith(github.event.head_commit.message, 'release:'))) && github.repository == 'vuejs/vitepress' }} - runs-on: macos-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4