Skip to content

Commit

Permalink
run daily job on push
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-joshi committed Aug 20, 2024
1 parent 76fbc0b commit d8a2fc9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/daily_modin_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

name: Daily Snowpark pandas API test
on:
schedule:
# 9 AM UTC
- cron: "0 9 * * *"
push:
branches: [ main ]
pull_request:
branches: "**"
workflow_dispatch:
inputs:
logLevel:
Expand Down

0 comments on commit d8a2fc9

Please sign in to comment.