File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,26 +22,9 @@ concurrency:
2222 cancel-in-progress : true
2323
2424on :
25- push :
26- branches :
27- - main
28- paths-ignore :
29- - " doc/**"
30- - " docs/**"
31- - " **.md"
32- - " native/core/benches/**"
33- - " native/spark-expr/benches/**"
34- - " spark/src/test/scala/org/apache/spark/sql/benchmark/**"
35- - " spark/src/main/scala/org/apache/comet/GenerateDocs.scala"
36- pull_request :
37- paths-ignore :
38- - " doc/**"
39- - " docs/**"
40- - " **.md"
41- - " native/core/benches/**"
42- - " native/spark-expr/benches/**"
43- - " spark/src/test/scala/org/apache/spark/sql/benchmark/**"
44- - " spark/src/main/scala/org/apache/comet/GenerateDocs.scala"
25+ # nightly safety check
26+ schedule :
27+ - cron : ' 0 4 * * *'
4528 # manual trigger
4629 # https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
4730 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments