Skip to content

Commit

Permalink
Mirror every hr
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-l-weber authored Jul 9, 2024
1 parent 4b95bd9 commit 94abbfe
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
#
name: 'mirror'
on:
push:
branches:
- __mirror
schedule:
- cron: '0 */2 * * *'
- cron: '0 * * * *'
workflow_dispatch:

jobs:
Expand All @@ -20,4 +17,4 @@ jobs:
uses: bridgelightcloud/github-mirror-action@v3
with:
origin: 'git://git.openembedded.org/meta-openembedded'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 94abbfe

Please sign in to comment.