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

Loading…
Cancel
Save