Skip to content

Commit

Permalink
saner
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Jan 31, 2025
1 parent 3465231 commit e31ae28
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_aarch64_Linux.yaml
Original file line number Diff line number Diff line change
@@ -5,8 +5,9 @@ concurrency:

on:
workflow_dispatch:
#schedule:
# - cron: "30 18 * * 1" # 06:30 PM UTC (12:15 AM NPT Mrng Every Tuesday)
schedule:
- cron: "30 18 * * Sun,Tue,Fri" # 06:30 PM UTC (12:15 AM NPT Mrng)
#- cron: "30 18 * * 0,2,5" # 06:30 PM UTC (12:15 AM NPT Mrng)
env:
EXCLUDE_CACHED: "YES" #No--> Manually checks if should build one by one (If rebuild == true, it's added regardless)
FORCE_REBUILD_ALL: "NO" #YES--> Force Rebuild everything, will take several tries & fail several times
5 changes: 3 additions & 2 deletions .github/workflows/build_x86_64_Linux.yaml
Original file line number Diff line number Diff line change
@@ -5,8 +5,9 @@ concurrency:

on:
workflow_dispatch:
#schedule:
# - cron: "30 18 * * 1" # 06:30 PM UTC (12:15 AM NPT Mrng Every Tuesday)
schedule:
- cron: "30 18 * * Sun,Tue,Fri" # 06:30 PM UTC (12:15 AM NPT Mrng)
#- cron: "30 18 * * 0,2,5" # 06:30 PM UTC (12:15 AM NPT Mrng)
env:
EXCLUDE_CACHED: "YES" #No--> Manually checks if should build one by one (If rebuild == true, it's added regardless)
FORCE_REBUILD_ALL: "NO" #YES--> Force Rebuild everything, will take several tries & fail several times
3 changes: 2 additions & 1 deletion .github/workflows/schedule_builds.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,8 @@ name: ⏱️ Schedule Matrix Builds 📈
on:
workflow_dispatch:
schedule:
- cron: "30 18 * * *" # 06:30 PM UTC (12:15 AM NPT Mrng Every Day)
- cron: "30 18 * * Mon,Wed,Sat" # 06:30 PM UTC (12:15 AM NPT Mrng)
#- cron: "30 18 * * 1,3,6" # 06:30 PM UTC (12:15 AM NPT Mrng)
jobs:
pre-trigger-build:
runs-on: ubuntu-latest

0 comments on commit e31ae28

Please sign in to comment.