Sfoglia il codice sorgente

remove manual trigger for workflow

tarfeef101 2 anni fa
parent
commit
a36dee9351
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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: