@@ -8,8 +8,8 @@
 name: OpenWrt-CI
 
 on:
-  schedule:
-    - cron: 0 20 * * *
+#  schedule:
+#    - cron: 0 20 * * *
 
 permissions:
   contents: read
@@ -44,8 +44,7 @@ jobs:
 
       - name: Update feeds
         run: |
-          sed -i 's/#src-git passwall_packages https://github.com/xiaorouji/openwrt-passwall-packages.git;main' ./feeds.conf.default
-          sed -i 's/#src-git passwall https://github.com/xiaorouji/openwrt-passwall.git;main' ./feeds.conf.default
+          sed -i 's/#src-git helloworld/src-git helloworld/g' ./feeds.conf.default
           ./scripts/feeds update -a
           ./scripts/feeds install -a
 