Skip to content

Commit cf51338

Browse files
committed
fix condition
1 parent 8187914 commit cf51338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
run: |
106106
pytest tests/llmcompressor/pytorch -v
107107
transformers-tests:
108-
if: contains(github.event.pull_request.labels.*.name, 'ready')
108+
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'ready') }}
109109
runs-on: ubuntu-22.04
110110
needs: test-setup
111111
steps:

0 commit comments

Comments
 (0)