Skip to content

Commit

Permalink
Update MI250 caller to run jobs on PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianAbeyta authored Nov 9, 2023
1 parent cbfa403 commit 3b73ca4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/self-push-amd-mi250-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ on:
- "tests/**"
- ".github/**"
- "templates/**"
- "utils/**"
- "utils/**"
pull_request:
types: [opened, reopened]
branches: ["main"]

jobs:
run_amd_ci:
Expand Down

0 comments on commit 3b73ca4

Please sign in to comment.