From 292088eb6848953a2eb62d5803f1a10cd27bd548 Mon Sep 17 00:00:00 2001 From: Michael Melesse Date: Thu, 1 Feb 2024 18:53:19 -0500 Subject: [PATCH] amd job on pr --- .github/workflows/test-backends.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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