Skip to content

Commit 913199b

Browse files
committed
Execute mirror job twice a day
1 parent cba9fda commit 913199b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mirror.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: mirror
22

33
on:
44
schedule:
5-
- cron: '0 */6 * * *'
5+
- cron: '0 */12 * * *'
66

77
jobs:
88
build:
@@ -27,12 +27,12 @@ jobs:
2727
git config --local user.email "[email protected]"
2828
git config --local user.name "Boni Garcia"
2929
git add *
30-
git commit -m "Update mirror info for geckodriver, operadriver, and iedriver" -a
30+
git commit -m "Update mirror info" -a
3131
echo "::set-output name=commit::true"
3232
fi
3333
- name: Push changes
34-
uses: ad-m/github-push-action@master
3534
if: steps.git.outputs.commit == 'true'
35+
uses: ad-m/github-push-action@master
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
3838
branch: ${{ github.ref }}

0 commit comments

Comments
 (0)