Skip to content

Commit 949626e

Browse files
committed
fix: disable upstream GH workflows (#148)
1 parent e46eac0 commit 949626e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/test-all.yml

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: Test All
22

3-
on:
4-
workflow_dispatch:
5-
pull_request:
6-
push:
7-
branches:
8-
- main
9-
- "*-stable"
3+
# on:
4+
# workflow_dispatch:
5+
# pull_request:
6+
# push:
7+
# tags:
8+
# - 'v*'
9+
# # nightly build @ 2:15 AM UTC
10+
# schedule:
11+
# - cron: '15 2 * * *'
1012

1113
jobs:
1214
set_release_type:

0 commit comments

Comments
 (0)