Skip to content

Commit

Permalink
Run CI on main only once a day
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Mar 15, 2024
1 parent 875037c commit 214a54d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: CI
on:
push:
branches:
- main
schedule:
- cron: '30 9 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
Expand Down

0 comments on commit 214a54d

Please sign in to comment.