Skip to content

Commit

Permalink
updated the docker builds to not run when servers are rebooting
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamidori5 committed Jan 16, 2025
1 parent 2072cc5 commit 280bbf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Push_PixelArch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update PixelArch and Cluster OS
on:
workflow_dispatch:
schedule:
- cron: '30 */7 * * *'
- cron: '30 10 * * '

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Push_PixelGen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update PixelGen
on:
workflow_dispatch:
schedule:
- cron: '24 2 * * *'
- cron: '25 10 * * 2'

jobs:
push_gentoo_to_hub:
Expand Down

0 comments on commit 280bbf0

Please sign in to comment.