Skip to content

Commit

Permalink
ci: Reduce scheduled builds amount (#8457)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert authored Oct 23, 2024
1 parent cd006f6 commit d710fe6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
name: build_x86

on:
# Run this workflow once every 6 hours against the master branch
# Run this workflow once every day against the master branch
schedule:
- cron: "0 */6 * * *"
- cron: "0 7 * * *"

push:
branches:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/self_hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
name: build_aarch64

on:
# Run this workflow once every 6 hours against the master branch
# Run this workflow once every day against the master branch
schedule:
- cron: "0 */6 * * *"
- cron: "0 7 * * *"

# Do not run this on pull requests
push:
Expand Down

0 comments on commit d710fe6

Please sign in to comment.