Skip to content

Commit

Permalink
ci: increase the cron interval to 45 minutes
Browse files Browse the repository at this point in the history
This should help us to avoid hitting the rate limit on the GitHub API.

rhel-only

Related: RHEL-1087
  • Loading branch information
jamacku committed Jan 12, 2024
1 parent 79f6551 commit ac58e27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/source-git-automation-on-demand.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Source git Automation Scheduled/On Demand
on:
schedule:
# Workflow runs every 15 minutes
- cron: '*/15 * * * *'
# Workflow runs every 45 minutes
- cron: '*/45 * * * *'
workflow_dispatch:
inputs:
pr-number:
Expand Down

0 comments on commit ac58e27

Please sign in to comment.