Skip to content

Commit

Permalink
run compat pipeline only one demand (scheduled run always fails)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Dec 13, 2024
1 parent 61344f3 commit c0992c0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/client-compatibility-tests.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Client Compatibility Tests
on:
schedule:
- cron: "30 5 * * TUE,FRI" # Run every Tuesday and Friday at midnight + 30min EST
push:
tags:
- "*"
merge_group:
pull_request:
# schedule:
# - cron: "30 5 * * TUE,FRI" # Run every Tuesday and Friday at midnight + 30min EST
# push:
# tags:
# - "*"
# merge_group:
# pull_request:
workflow_dispatch:
inputs:
chainlinkVersion:
Expand Down

0 comments on commit c0992c0

Please sign in to comment.