Skip to content

Commit

Permalink
Merge branch 'run_amd_push_ci_caller' of https://github.com/ROCmSoftw…
Browse files Browse the repository at this point in the history
…arePlatform/transformers into run_amd_push_ci_caller
  • Loading branch information
AdrianAbeyta authored and AdrianAbeyta committed Nov 9, 2023
2 parents d2a2a60 + 6439468 commit ca05884
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/self-push-amd-mi210-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
- ".github/**"
- "templates/**"
- "utils/**"
pull_request:
types: [opened, reopened]
branches: ["main"]

jobs:
run_amd_ci:
Expand Down
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 ca05884

Please sign in to comment.