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:
Ayaz Salikhov
2025-09-09 21:21:12 +01:00
committed by GitHub
parent e67e0395df
commit e5f7a8442d

View File

@@ -2,7 +2,7 @@ name: Upload Conan Dependencies
on:
schedule:
- cron: "0 9 * * 1-5"
- cron: "0 3 * * 2-6"
workflow_dispatch:
inputs:
force_source_build:
@@ -18,15 +18,8 @@ on:
pull_request:
branches: [develop]
paths:
# This allows testing changes to the upload workflow in a PR
- .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:
branches: [develop]
paths: