Skip to content

Commit ccb9175

Browse files
authored
ci: run miri nightly instead of on every push and PR (#4411)
1 parent 43cf3ec commit ccb9175

1 file changed

Lines changed: 3 additions & 20 deletions

File tree

.github/workflows/miri.yml

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,9 @@ concurrency:
2222
cancel-in-progress: true
2323

2424
on:
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:

0 commit comments

Comments
 (0)