Skip to content

Commit

Permalink
[bot] update konflux configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
openshift-pipelines-bot committed Jan 13, 2025
1 parent a6dc214 commit 3206a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-sources.main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: update-sources-main
on:
workflow_dispatch: {}
schedule:
- cron: "30 */12 * * *" # At minute 30 past every 12th hour.
- cron: "0 1 * * 1" # At 1AM every monday

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-sources.next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: update-sources-next
on:
workflow_dispatch: {}
schedule:
- cron: "30 */12 * * *" # At minute 30 past every 12th hour.
- cron: "0 1 * * 1" # At 1AM every monday

jobs:

Expand Down

0 comments on commit 3206a5b

Please sign in to comment.