Skip to content

Commit

Permalink
Mirror every two hrs and try other url
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-l-weber committed Jun 27, 2024
1 parent 70238bd commit c9224de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- __mirror
schedule:
- cron: '* 3 * * *'
- cron: '0 */2 * * *'
workflow_dispatch:

jobs:
Expand All @@ -19,5 +19,5 @@ jobs:
id: mirror
uses: bridgelightcloud/github-mirror-action@v3
with:
origin: 'https://git.openembedded.org/git/openembedded-core'
origin: 'git://git.openembedded.org/openembedded-core'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c9224de

Please sign in to comment.