From 63eadcede104f15f3ac5f14dd28fa68740dd4db2 Mon Sep 17 00:00:00 2001 From: marshacb Date: Sat, 11 Nov 2023 16:01:59 -0500 Subject: [PATCH] update cron frequency --- .github/workflows/registry.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/registry.yml b/.github/workflows/registry.yml index 034dc50..b1920a6 100644 --- a/.github/workflows/registry.yml +++ b/.github/workflows/registry.yml @@ -2,7 +2,7 @@ name: registry on: schedule: - - cron: '0 */2 * * *' + - cron: '0 0 * * 0' jobs: build-registry: @@ -17,6 +17,7 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} + run: echo "head ref ${{ github.head_ref}} - ref ${{github.ref}}" - name: Set Node.js 16.x