Skip to content

Commit

Permalink
Remove schedule from main, add schedule to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ioppermann committed Feb 26, 2024
1 parent 72c31af commit 6a62248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_base_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: "Build dev base"
on:
workflow_dispatch:
workflow_call:
schedule:
- cron: "7 4 * * *"
push:
branches:
- dev
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build_bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: "Build main bundles"
on:
workflow_dispatch:
workflow_call:
schedule:
- cron: "7 5 * * *"
push:
branches-ignore:
- "**"
Expand Down

0 comments on commit 6a62248

Please sign in to comment.