Skip to content

Commit ee338b7

Browse files
authored
Update buildTooling.yml
1 parent 75afc88 commit ee338b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildTooling.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ concurrency:
33
group: build-${{ github.ref }}
44
cancel-in-progress: true
55
on:
6-
schedule:
7-
- cron: "0 14 * * 0"
86
workflow_dispatch:
7+
#schedule:
8+
# - cron: "0 14 * * 0"
99
jobs:
1010
build:
1111
name: "${{ matrix.name }} (${{ matrix.arch }})"

0 commit comments

Comments
 (0)