Skip to content

Commit

Permalink
chore(ci): trigger a noir sync every morning at 8am (#7280)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Jul 2, 2024
1 parent bb5cbab commit 412c016
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pull-noir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 412c016

Please sign in to comment.