mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 12:38:43 +00:00
Improve ci (#1737)
* Run e2e-test on x86_64h-apple-darwin Since it is a target built with `build-std`, we need to make sure it is runnable. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Fix `upgrade-transitive-deps` Fill in PR description, so that reviewer can just re-open it to run the CI. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> --------- Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
49d0bb71a0
commit
60a194be90
2 changed files with 3 additions and 3 deletions
2
.github/workflows/release-packages.yml
vendored
2
.github/workflows/release-packages.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
matrix:
|
||||
include:
|
||||
- { o: macos-14, t: x86_64-apple-darwin }
|
||||
- { o: macos-14, t: x86_64h-apple-darwin }
|
||||
- { o: macos-14, t: x86_64h-apple-darwin, r: true }
|
||||
- { o: macos-14, t: aarch64-apple-darwin, r: true }
|
||||
- {
|
||||
o: ubuntu-latest,
|
||||
|
|
|
@ -3,7 +3,7 @@ name: Upgrade transitive dependencies
|
|||
on:
|
||||
workflow_dispatch: # Allow running on-demand
|
||||
schedule:
|
||||
- cron: '0 3 * * 5'
|
||||
- cron: "0 3 * * 5"
|
||||
|
||||
jobs:
|
||||
upgrade:
|
||||
|
@ -45,4 +45,4 @@ jobs:
|
|||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
gh pr create --base main --fill --label 'PR: dependencies'
|
||||
gh pr create --base main --fill --label 'PR: dependencies' --body 'Update dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue