diff --git a/.github/workflows/test-backends.yml b/.github/workflows/test-backends.yml index 8bc8939d3245..bb4356fa4e7d 100644 --- a/.github/workflows/test-backends.yml +++ b/.github/workflows/test-backends.yml @@ -58,7 +58,7 @@ jobs: python3 -m pip install --no-build-isolation -vvv '.[tests]' Integration-Tests-AMD: - if: (github.event_name == 'workflow_dispatch') || (github.event_name == 'push' && github.ref == 'refs/heads/main') + if: (github.event_name == 'workflow_dispatch') || (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request') needs: Runner-Preparation timeout-minutes: 20