Skip to content

Commit

Permalink
ci(debug): Add cron for testing every 2 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Aug 16, 2023
1 parent 6651175 commit 57fe742
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/debug-ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
pull_request:
push:
branches: [ main ]

schedule:
- cron: '40 */2 * * *'

workflow_dispatch:
inputs:
Expand Down

0 comments on commit 57fe742

Please sign in to comment.