CI: reduce master-ci build frequency

pull/29824/head
Adeeb Shihadeh 2 years ago
parent fa06a69101
commit 0e02d8b8d1
  1. 2
      .github/workflows/release.yaml

@ -1,7 +1,7 @@
name: release name: release
on: on:
schedule: schedule:
- cron: '0 * * * *' - cron: '0 10 * * *'
workflow_dispatch: workflow_dispatch:
jobs: jobs:

Loading…
Cancel
Save