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