Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jdu committed Apr 10, 2024
1 parent 74dbaf1 commit 1ebae59
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/daily_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

name: Daily precommit test
on:
schedule:
# 10 AM UTC
- cron: "0 10 * * *"
# schedule:
# # 10 AM UTC
# - cron: "0 10 * * *"
pull_request:
types: [ opened, synchronize, labeled, unlabeled ]
branches:
- main

workflow_dispatch:
inputs:
logLevel:
Expand Down

0 comments on commit 1ebae59

Please sign in to comment.