Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI workflows refactoring #49

Merged
merged 10 commits into from
Jan 21, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
enable back deps workflow
arturcic committed Jan 21, 2025
commit c92f9cccc9f51c257dae8a8fec520ca518c54fc9
20 changes: 10 additions & 10 deletions .github/workflows/build-deps.yml
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@ name: Build Deps

on:
workflow_dispatch:
# push:
# branches:
# - main
# - 'feature/*'
#
# pull_request:
# branches:
# - main
# schedule:
# - cron: "0 11 * * 1,4"
push:
branches:
- main
- 'feature/*'

pull_request:
branches:
- main
schedule:
- cron: "0 11 * * 1,4"

jobs:
prepare: