Browse Source

Run CI on main only once a day

pull/32448/head
Stéphane Nicoll 2 years ago
parent
commit
214a54dd6f
  1. 5
      .github/workflows/ci.yml

5
.github/workflows/ci.yml

@ -1,8 +1,7 @@
name: CI name: CI
on: on:
push: schedule:
branches: - cron: '30 9 * * *'
- main
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
jobs: jobs:

Loading…
Cancel
Save