Skip to content

Commit e03f602

Browse files
authored
action keep alive
1 parent 9cfc04f commit e03f602

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/repos-mirror.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,11 @@ jobs:
6464
timeout: '1h'
6565
static_list: "mindrl,mindpet,mindrlhf,mindone,mindrec,mindcv,mindnlp,mindaudio,mindocr,mindyolo"
6666
debug: true
67+
68+
workflow-keepalive:
69+
if: github.event_name == 'schedule'
70+
runs-on: ubuntu-latest
71+
permissions:
72+
actions: write
73+
steps:
74+
- uses: liskin/gh-workflow-keepalive@v1

0 commit comments

Comments
 (0)