Skip to content

Commit

Permalink
enable
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Dec 10, 2024
1 parent 2aad90d commit b8c17ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_housekeeping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ env:
HF_TOKEN: "${{ secrets.TOOLPACKS_HFRO }}"
RCLONE_CF_R2_PUB: "${{ secrets.RCLONE_CF_R2_PUB }}"
R2_PUB_REPO: "https://pub.ajam.dev/repos/pkgforge/pkgcache"
SKIP_AARCH64: "YES" #YES--> SKip Generating HF Metadata for aarch64-Linux
SKIP_X86_64: "YES" #YES--> SKip Generating HF Metadata for x86_64-Linux
SKIP_AARCH64: "NO" #YES--> SKip Generating HF Metadata for aarch64-Linux
SKIP_X86_64: "NO" #YES--> SKip Generating HF Metadata for x86_64-Linux
jobs:
#------------------------------------------------------------------------------------#
check_build_status:
Expand Down

0 comments on commit b8c17ec

Please sign in to comment.