Skip to content

Commit a415c0b

Browse files
authored
fix: disable upstream GH workflows (#148)
1 parent 59dfb23 commit a415c0b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test-all.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: test-all
22

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 * * *'
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 * * *'
1212

1313
jobs:
1414
set_release_type:

0 commit comments

Comments
 (0)