Skip to content

Commit

Permalink
[SPARK-48095][INFRA] Run build_non_ansi.yml once per day
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR aims to reduce `build_non_ansi.yml` frequency from twice per day to once per day.

### Why are the changes needed?

To reduce GitHub Action usage to meet ASF INFRA policy.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Manual review.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes apache#46342 from dongjoon-hyun/SPARK-48095.

Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
  • Loading branch information
dongjoon-hyun committed May 2, 2024
1 parent ffa4d19 commit 48df28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_non_ansi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: "Build / NON-ANSI (master, Hadoop 3, JDK 17, Scala 2.13)"

on:
schedule:
- cron: '0 1,13 * * *'
- cron: '0 1 * * *'

jobs:
run-build:
Expand Down

0 comments on commit 48df28f

Please sign in to comment.