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", "config:base",
"github>msfjarvis/shared-workflows//renovate/rust", "github>msfjarvis/shared-workflows//renovate/rust",
"github>msfjarvis/shared-workflows//renovate/automerge" "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 # Build and package all the platform-agnostic(ish) things
upload-global-artifacts: upload-global-artifacts:
needs: [plan, upload-local-artifacts] needs: [plan, upload-local-artifacts]
runs-on: "ubuntu-22.04" runs-on: "ubuntu-20.04"
env: env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps: steps:
@ -176,7 +176,7 @@ jobs:
publish-homebrew-formula: publish-homebrew-formula:
needs: [plan, should-publish] needs: [plan, should-publish]
runs-on: "ubuntu-22.04" runs-on: "ubuntu-20.04"
env: env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PLAN: ${{ needs.plan.outputs.val }} PLAN: ${{ needs.plan.outputs.val }}