Skip to content

Commit 1034c68

Browse files
author
Simon Leet
committed
Update conformance test workflow for private testing
1 parent 0968aca commit 1034c68

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/conformance.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ name: Components Conformance Tests
77

88
on:
99
workflow_dispatch:
10-
schedule:
11-
- cron: '*/30 * * * *'
12-
pull_request:
13-
branches:
14-
- master
15-
- release-*
10+
# schedule:
11+
# - cron: '*/30 * * * *'
12+
# pull_request:
13+
# branches:
14+
# - master
15+
# - release-*
1616

1717
jobs:
1818
pre_job:

0 commit comments

Comments
 (0)