Skip to content

Commit

Permalink
should run on push
Browse files Browse the repository at this point in the history
  • Loading branch information
vinid committed Nov 2, 2024
1 parent 026d4a8 commit 725e302
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/merge_queue.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Merge Queue Tests

on:
push:
branches:
- main # Add this temporarily to make it visible
merge_group:
types: [checks_requested]

Expand All @@ -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

0 comments on commit 725e302

Please sign in to comment.