add more notabug repos / update daily instead of hourly

master
BuckarooBanzay 2022-05-31 19:05:54 +02:00
parent ec9d4afb78
commit 83622e8c07
6 changed files with 32 additions and 5 deletions

View File

@ -2,7 +2,7 @@ name: cheapiesystems-com
on:
schedule:
- cron: '0 * * * *'
- cron: '0 0 * * *'
jobs:
build:

View File

@ -2,7 +2,7 @@ name: codeberg-org
on:
schedule:
- cron: '0 * * * *'
- cron: '0 0 * * *'
jobs:
build:

View File

@ -2,7 +2,7 @@ name: git-bananach-space
on:
schedule:
- cron: '0 * * * *'
- cron: '0 0 * * *'
jobs:
build:

View File

@ -2,7 +2,7 @@ name: notabug-org
on:
schedule:
- cron: '0 * * * *'
- cron: '0 0 * * *'
jobs:
build:
@ -36,6 +36,30 @@ jobs:
branch: master
access_token: ${{ secrets.ACCESS_TOKEN }}
- name: mobs_monster
run: ./mirror.sh
env:
source_repo: https://notabug.org/TenPlus1/mobs_monster.git
github_repo: mobs_monster.git
branch: master
access_token: ${{ secrets.ACCESS_TOKEN }}
- name: mobs_water
run: ./mirror.sh
env:
source_repo: https://notabug.org/TenPlus1/mobs_water.git
github_repo: mobs_water.git
branch: master
access_token: ${{ secrets.ACCESS_TOKEN }}
- name: mob_horse
run: ./mirror.sh
env:
source_repo: https://notabug.org/TenPlus1/mob_horse.git
github_repo: mob_horse.git
branch: master
access_token: ${{ secrets.ACCESS_TOKEN }}
- name: ambience
run: ./mirror.sh
env:

View File

@ -2,7 +2,7 @@ name: repo-or-cz
on:
schedule:
- cron: '0 * * * *'
- cron: '0 0 * * *'
jobs:
build:

View File

@ -24,6 +24,9 @@ Mirrored repositories from unreliable git-hostings
* https://github.com/minetest-mirrors/wine
* https://github.com/minetest-mirrors/falling_item
* https://github.com/minetest-mirrors/mobs_redo
* https://github.com/minetest-mirrors/mobs_monster
* https://github.com/minetest-mirrors/mobs_water
* https://github.com/minetest-mirrors/mob_horse
* https://github.com/minetest-mirrors/mobs_animal
## codeberg.org ![](https://github.com/minetest-mirrors/minetest-mirrors/workflows/codeberg-org/badge.svg)