workflow: disable schedule runs on new packages

pull/1523/head
Aaron van Meerten 2 years ago
parent 5d1d80d2a7
commit 619e52a7a6
  1. 2
      .github/workflows/unstable.yml

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

Loading…
Cancel
Save