From d9f2882bedda98fe114ef6900735368564178227 Mon Sep 17 00:00:00 2001 From: Yi Lin Date: Mon, 15 Jan 2024 04:35:51 +0000 Subject: [PATCH] Temporarily disable other tests --- .github/workflows/binding-tests-extended.yml | 2 +- .github/workflows/pre-review-ci.yml | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/binding-tests-extended.yml b/.github/workflows/binding-tests-extended.yml index 77843a410b..4c680fec28 100644 --- a/.github/workflows/binding-tests-extended.yml +++ b/.github/workflows/binding-tests-extended.yml @@ -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 \ No newline at end of file + wait-for-completion-interval: 5m diff --git a/.github/workflows/pre-review-ci.yml b/.github/workflows/pre-review-ci.yml index 23c0944d2b..dc9ac5fd77 100644 --- a/.github/workflows/pre-review-ci.yml +++ b/.github/workflows/pre-review-ci.yml @@ -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.