File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 99 branches :
1010 - " develop"
1111 - " master"
12+ schedule :
13+ - cron : " 0 0 * * *"
1214 workflow_dispatch :
1315
1416jobs :
1517 gitlab :
1618 name : Mirror to GitLab
17- if : github.actor == 'sorairolake' && github.repository_owner == 'sorairolake'
19+ if : ( github.actor == 'sorairolake' || github.event_name == 'schedule') && github.repository_owner == 'sorairolake'
1820 runs-on : ubuntu-22.04
1921 steps :
2022 - name : Checkout code
3133
3234 codeberg :
3335 name : Mirror to Codeberg
34- if : github.actor == 'sorairolake' && github.repository_owner == 'sorairolake'
36+ if : ( github.actor == 'sorairolake' || github.event_name == 'schedule') && github.repository_owner == 'sorairolake'
3537 runs-on : ubuntu-22.04
3638 steps :
3739 - name : Checkout code
You can’t perform that action at this time.
0 commit comments