浏览代码

remove manual trigger for workflow

tarfeef101 2 年之前
父节点
当前提交
a36dee9351
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      .github/workflows/check_for_new_and_build.yaml

+ 0 - 1
.github/workflows/check_for_new_and_build.yaml

@@ -3,7 +3,6 @@ name: Check for new releases, and build
 on:
   schedule:
     - cron: '0 0 * * *'
-  workflow_dispatch:
 
 jobs:
   check_and_build: