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