diff --git a/.github/workflows/build_aarch64_Linux.yaml b/.github/workflows/build_aarch64_Linux.yaml index 5e7774d3..a5d4ea1e 100644 --- a/.github/workflows/build_aarch64_Linux.yaml +++ b/.github/workflows/build_aarch64_Linux.yaml @@ -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: diff --git a/.github/workflows/build_x86_64_Linux.yaml b/.github/workflows/build_x86_64_Linux.yaml index 624d3ac4..38accb5b 100644 --- a/.github/workflows/build_x86_64_Linux.yaml +++ b/.github/workflows/build_x86_64_Linux.yaml @@ -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: