Skip to content

Commit

Permalink
amd job on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
micmelesse committed Feb 1, 2024
1 parent 104b219 commit 292088e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 292088e

Please sign in to comment.