Skip to content

Commit

Permalink
Merge pull request #1030 from cloudfoundry/stephanme-patch-1
Browse files Browse the repository at this point in the history
Reduce freq of org management runs
  • Loading branch information
beyhan authored Dec 3, 2024
2 parents 0a9d9fc + eca902d commit 8a59fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/org-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'toc/working-groups/*.md'
- '.github/workflows/org-management.yml'
schedule:
- cron: '0 */7 * * *'
- cron: '0 */12 * * *'

jobs:
peribolos:
Expand Down

0 comments on commit 8a59fd9

Please sign in to comment.