Skip to content

Commit e5f7a84

Browse files
authored
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.
1 parent e67e039 commit e5f7a84

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/upload-conan-deps.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Upload Conan Dependencies
22

33
on:
44
schedule:
5-
- cron: "0 9 * * 1-5"
5+
- cron: "0 3 * * 2-6"
66
workflow_dispatch:
77
inputs:
88
force_source_build:
@@ -18,15 +18,8 @@ on:
1818
pull_request:
1919
branches: [develop]
2020
paths:
21+
# This allows testing changes to the upload workflow in a PR
2122
- .github/workflows/upload-conan-deps.yml
22-
23-
- .github/workflows/reusable-strategy-matrix.yml
24-
25-
- .github/actions/build-deps/action.yml
26-
- ".github/scripts/strategy-matrix/**"
27-
28-
- conanfile.py
29-
- conan.lock
3023
push:
3124
branches: [develop]
3225
paths:

0 commit comments

Comments
 (0)