Browse Source

workflow: disable schedule runs on new packages

Aaron van Meerten 2 years ago
parent
commit
619e52a7a6
1 changed files with 0 additions and 2 deletions
  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: