Skip to content

Commit

Permalink
chore: increase frequency to every 12 h
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jul 21, 2024
1 parent 98f544c commit 7244a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build linux-x86_64 dependencies

on:
schedule:
# Runs every 24 hours
- cron: "0 */24 * * *"
# Runs 30 min past every 12 h
- cron: "30 */12 * * *"
workflow_dispatch:

# Prevent concurrent auto-commits
Expand Down

0 comments on commit 7244a3a

Please sign in to comment.