Skip to content

Commit

Permalink
Update every-night.yml
Browse files Browse the repository at this point in the history
stop updating every day.
  • Loading branch information
vitorpamplona authored Jan 8, 2024
1 parent def81bd commit a9b9248
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/every-night.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
name: Daily Update of the Registry

# on:
# schedule:
# - cron: "0 12 * * *"

on:
schedule:
- cron: "0 12 * * *"
pull_request:
branches: [main]
push:
branches: [main]

jobs:
update-registry:
Expand Down

0 comments on commit a9b9248

Please sign in to comment.