Skip to content

Commit

Permalink
Merge pull request #254 from opentofu/increase-cron-interval
Browse files Browse the repository at this point in the history
Increase cron interval
  • Loading branch information
abstractionfactory authored Nov 28, 2024
2 parents 940df09 + cfb7b1d commit 1e30ff2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Index (cron)
permissions: {}
on:
schedule:
- cron: "0 * * * *" # Run every hour
- cron: "*/15 * * * *" # Run every 15 minutes
concurrency:
group: index
cancel-in-progress: false
Expand Down Expand Up @@ -36,7 +36,6 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
S3_BUCKET: ${{secrets.S3_BUCKET}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
NAMESPACES: hashicorp opentofu env0 spacelift-io scalr harness-io integrations
run:
go run github.com/opentofu/registry-ui/cmd/generate --log-level=trace --s3-bucket=${S3_BUCKET} --blocklist ../blocklist.json --licenses-file ../licenses.json
- name: Update search index
Expand Down

0 comments on commit 1e30ff2

Please sign in to comment.