From 725e3025a1f9ab7facedad55d89b5322d1f96b30 Mon Sep 17 00:00:00 2001 From: Federico Bianchi Date: Sat, 2 Nov 2024 12:48:38 -0400 Subject: [PATCH] should run on push --- .github/workflows/merge_queue.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge_queue.yml b/.github/workflows/merge_queue.yml index 4e3e240..2bffb79 100644 --- a/.github/workflows/merge_queue.yml +++ b/.github/workflows/merge_queue.yml @@ -1,6 +1,9 @@ name: Merge Queue Tests on: + push: + branches: + - main # Add this temporarily to make it visible merge_group: types: [checks_requested] @@ -20,5 +23,4 @@ jobs: pip install -r requirements.txt - name: Run tests run: | - pytest --ignore=tests/test_vllm.py --ignore=tests/test_bedrock.py - + pytest --ignore=tests/test_vllm.py --ignore=tests/test_bedrock.py \ No newline at end of file