Skip to content

Commit

Permalink
Temporarily disable the current binding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qinsoon committed Jan 15, 2024
1 parent 8c7e87a commit 4156c28
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/post-review-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ name: Binding Tests
on:
pull_request:
types: [opened, synchronize, reopened, labeled]
branches:
- master
# branches:
# - master
# Disable the tests for now.
branches-ignore:
- '**'

concurrency:
# Cancels pending runs when a PR gets updated.
Expand Down

0 comments on commit 4156c28

Please sign in to comment.