Преглед изворни кода

workflow: disable schedule runs on new packages

Aaron van Meerten пре 2 година
родитељ
комит
619e52a7a6
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      .github/workflows/unstable.yml

+ 0 - 2
.github/workflows/unstable.yml

@@ -2,8 +2,6 @@ name: Unstable Build
 
 on:
   pull_request:
-  schedule:
-    - cron: "0 6 * * *"
   workflow_dispatch:
 
 jobs: