Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 3785c03

Browse files
authored
run compatibility pipeline only on demand (#1574)
1 parent 3b50e16 commit 3785c03

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/client-compatibility-tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Client Compatibility Tests
22
on:
3-
schedule:
4-
- cron: "30 5 * * TUE,FRI" # Run every Tuesday and Friday at midnight + 30min EST
5-
push:
6-
tags:
7-
- "*"
8-
merge_group:
9-
pull_request:
3+
# schedule:
4+
# - cron: "30 5 * * TUE,FRI" # Run every Tuesday and Friday at midnight + 30min EST
5+
# push:
6+
# tags:
7+
# - "*"
8+
# merge_group:
9+
# pull_request:
1010
workflow_dispatch:
1111
inputs:
1212
chainlinkVersion:

0 commit comments

Comments
 (0)