mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-16 17:57:01 +05:30
fix(renovate): ignore release workflow
This is fully managed by cargo-dist
This commit is contained in:
parent
8fa08266a4
commit
9f407d40e8
2 changed files with 4 additions and 3 deletions
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
|
@ -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"]
|
||||||
}
|
}
|
||||||
|
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue