Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Jan 26, 2025
1 parent 31f3426 commit 1be3d59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_aarch64_Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
#schedule:
# - cron: "30 18 * * 1" # 06:30 PM UTC (12:15 AM NPT Mrng Every Tuesday)
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
EXCLUDE_CACHED: "NO" #No--> Manually checks if should build one by one (If rebuild == true, it's added regardless)
FORCE_REBUILD_ALL: "YES" #YES--> Force Rebuild everything, will take several tries & fail several times
KEEP_LOGS: "NO" #YES--> Keeps Dirs & Files
NOTIFY_DISCORD: "NO" #NO--> Don't send Notifications to Discord
jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_x86_64_Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
#schedule:
# - cron: "30 18 * * 1" # 06:30 PM UTC (12:15 AM NPT Mrng Every Tuesday)
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
EXCLUDE_CACHED: "NO" #No--> Manually checks if should build one by one (If rebuild == true, it's added regardless)
FORCE_REBUILD_ALL: "YES" #YES--> Force Rebuild everything, will take several tries & fail several times
KEEP_LOGS: "NO" #YES--> Keeps Dirs & Files
NOTIFY_DISCORD: "NO" #NO--> Don't send Notifications to Discord
jobs:
Expand Down

0 comments on commit 1be3d59

Please sign in to comment.