Skip to content

Commit 4205834

Browse files
authored
run pixi_build.yml only weekly (onnx#7078)
### Description run pixi_build.yml only weekly ### Motivation and Context reduce mac os runner usage Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
1 parent 6d859d0 commit 4205834

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/pixi_build.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
# Copyright (c) ONNX Project Contributors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
name: Pixi CI
6+
27
on:
3-
push:
4-
pull_request:
5-
branches:
6-
- main
8+
schedule:
9+
# run weekly on Sunday 23:59
10+
- cron: '29 23 * * SUN'
711

812
concurrency:
913
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)