Skip to content

Commit

Permalink
Temporarily disable other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qinsoon committed Jan 18, 2024
1 parent 4156c28 commit d9f2882
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binding-tests-extended.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
inputs: '{ "mmtk-core-repo": "${{ github.repository }}", "mmtk-core-ref": "${{ github.sha }}" }'
wait-for-completion: true
wait-for-completion-timeout: 6h
wait-for-completion-interval: 5m
wait-for-completion-interval: 5m
13 changes: 8 additions & 5 deletions .github/workflows/pre-review-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ name: Pre Code Review Checks

on:
pull_request:
branches:
- master
merge_group:
branches:
- master
# branches:
# - master
# merge_group:
# branches:
# - master
# Disable the tests for now.
branches-ignore:
- '**'

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

0 comments on commit d9f2882

Please sign in to comment.