Skip to content

Commit

Permalink
dev: add: cron expression for nightly deployments/tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Oct 18, 2023
1 parent 4761b3c commit 6c5caef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
branches:
- '**'
types: [opened, synchronize]
schedule:
- cron: '0 0 * * *'

concurrency:
group: build-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 6c5caef

Please sign in to comment.