fix(renovate): ignore release workflow

This is fully managed by cargo-dist
This commit is contained in:
Harsh Shandilya 2023-10-17 14:01:07 +05:30
parent 8fa08266a4
commit 9f407d40e8
2 changed files with 4 additions and 3 deletions

View File

@ -4,5 +4,6 @@
"config:base",
"github>msfjarvis/shared-workflows//renovate/rust",
"github>msfjarvis/shared-workflows//renovate/automerge"
]
],
"ignorePaths": [".github/workflows/release.yml"]
}

View File

@ -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 }}