diff --git a/.github/workflows/pull-noir.yml b/.github/workflows/pull-noir.yml index b1ca0cc7bbf..042ebcb9929 100644 --- a/.github/workflows/pull-noir.yml +++ b/.github/workflows/pull-noir.yml @@ -5,8 +5,11 @@ name: Pull from noir repo concurrency: group: ${{ github.workflow }} cancel-in-progress: false + on: - # o + schedule: + # Run every morning at 8 AM UTC + - cron: "0 8 * * *" workflow_dispatch: {} jobs: