Skip to content

Commit 87c86e6

Browse files
Update daily_update.yml
1 parent f77ee49 commit 87c86e6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/daily_update.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Daily update of this mirror
2-
on:
3-
schedule:
4-
- cron: '10 05 * * *'
2+
on: workflow_dispatch
3+
#schedule:
4+
# - cron: '10 05 * * *'
55

66
permissions:
77
contents: write
@@ -17,6 +17,7 @@ jobs:
1717
run: |
1818
cd "$GITHUB_WORKSPACE"
1919
20+
sudo apt update && sudo apt install subversion
2021
mkdir -p ./svn_browser
2122
mkdir -p ./svn_trunk
2223
mkdir -p ./svn_MyJDownloaderClient

0 commit comments

Comments
 (0)