Skip to content

Commit

Permalink
No
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Jan 7, 2025
1 parent c91d2a9 commit 9e3d591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_aarch64_Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
#schedule:
# - cron: "30 18 * * 1" # 06:30 PM UTC (12:15 AM NPT Mrng Every Tuesday)
env:
FORCE_REBUILD_ALL: "YES" #YES--> Force Rebuild everything
FORCE_REBUILD_ALL: "NO" #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
2 changes: 1 addition & 1 deletion .github/workflows/build_x86_64_Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
#schedule:
# - cron: "30 18 * * 1" # 06:30 PM UTC (12:15 AM NPT Mrng Every Tuesday)
env:
FORCE_REBUILD_ALL: "YES" #YES--> Force Rebuild everything
FORCE_REBUILD_ALL: "NO" #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 9e3d591

Please sign in to comment.