Skip to content

Commit

Permalink
pkgcache
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas authored Nov 7, 2024
1 parent 54ad495 commit 51b6c7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_aarch64_Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 🛍️ Build 📀 (toolpack_aarch64-Linux) Packages 📦📀
on:
workflow_dispatch:
schedule:
- cron: "0 6 * * 4" # @ 06:00 AM UTC (11:45 AM NPT Morning Fri)
- cron: "0 6 * * 4" # @ 06:00 AM UTC (11:45 AM NPT Morning Thu)
#Sane env
env:
GITHUB_TOKEN: "${{ secrets.TOOLPACKS_GHRO }}"
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
#------------------------------------------------------------------------------------#
build-fetch-packages:
#runs-on: ubuntu-latest
runs-on: arm64-linux-toolpacker
runs-on: arm64-linux-pkgcache
needs: [presetup]
timeout-minutes: 2400
permissions:
Expand Down Expand Up @@ -210,4 +210,4 @@ jobs:
retention-days: 7
overwrite: true
continue-on-error: true
#------------------------------------------------------------------------------------#
#------------------------------------------------------------------------------------#

0 comments on commit 51b6c7a

Please sign in to comment.