From 9f407d40e883183144d829be856d0af1b0b19bd3 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 17 Oct 2023 14:01:07 +0530 Subject: [PATCH] fix(renovate): ignore release workflow This is fully managed by cargo-dist --- .github/renovate.json | 3 ++- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 60f25fe..72eb6b3 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,5 +4,6 @@ "config:base", "github>msfjarvis/shared-workflows//renovate/rust", "github>msfjarvis/shared-workflows//renovate/automerge" - ] + ], + "ignorePaths": [".github/workflows/release.yml"] } diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44c34ea..db1794a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -132,7 +132,7 @@ jobs: # Build and package all the platform-agnostic(ish) things upload-global-artifacts: needs: [plan, upload-local-artifacts] - runs-on: "ubuntu-22.04" + runs-on: "ubuntu-20.04" env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: @@ -176,7 +176,7 @@ jobs: publish-homebrew-formula: needs: [plan, should-publish] - runs-on: "ubuntu-22.04" + runs-on: "ubuntu-20.04" env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} PLAN: ${{ needs.plan.outputs.val }}