Skip to content

Commit

Permalink
update cron frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb committed Nov 11, 2023
1 parent 3918462 commit 63eadce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: registry

on:
schedule:
- cron: '0 */2 * * *'
- cron: '0 0 * * 0'

jobs:
build-registry:
Expand All @@ -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
Expand Down

0 comments on commit 63eadce

Please sign in to comment.