Skip to content

Commit

Permalink
Merge pull request #118 from Homebrew/sync_shared_config_schedule
Browse files Browse the repository at this point in the history
workflows/sync-shared-config: run on a schedule.
  • Loading branch information
MikeMcQuaid committed Jun 3, 2024
2 parents 68edbfe + 3f52e93 commit 94e0cbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync-shared-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ on:
branches:
- master
pull_request:
schedule:
- cron: "0 */3 * * *" # Every 3 hours

permissions:
contents: read

concurrency:
group: sync-shared-config
group: "sync-shared-config-${{ github.ref }}"
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 94e0cbf

Please sign in to comment.