mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 09:17:57 +00:00
ci: Change upload-conan-deps workflow is run (#5782)
- Don't run upload-conan-deps in PRs, unless the PR changes the workflow file. - Change cron schedule for uploading Conan dependencies to run after work hours for most dev.
This commit is contained in:
11
.github/workflows/upload-conan-deps.yml
vendored
11
.github/workflows/upload-conan-deps.yml
vendored
@@ -2,7 +2,7 @@ name: Upload Conan Dependencies
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 9 * * 1-5"
|
- cron: "0 3 * * 2-6"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
force_source_build:
|
force_source_build:
|
||||||
@@ -18,15 +18,8 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches: [develop]
|
branches: [develop]
|
||||||
paths:
|
paths:
|
||||||
|
# This allows testing changes to the upload workflow in a PR
|
||||||
- .github/workflows/upload-conan-deps.yml
|
- .github/workflows/upload-conan-deps.yml
|
||||||
|
|
||||||
- .github/workflows/reusable-strategy-matrix.yml
|
|
||||||
|
|
||||||
- .github/actions/build-deps/action.yml
|
|
||||||
- ".github/scripts/strategy-matrix/**"
|
|
||||||
|
|
||||||
- conanfile.py
|
|
||||||
- conan.lock
|
|
||||||
push:
|
push:
|
||||||
branches: [develop]
|
branches: [develop]
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user