Skip to content

Commit

Permalink
Add required paths to trigger AMD tests on PRs (#5406)
Browse files Browse the repository at this point in the history
Even though AMD tests are currently broken, this will at least trigger
them on PRs that touch files that might impact them. Since the test name
is listed as `amd-tests` rather than `unit-tests` they will currently
not be required, however.

Co-authored-by: root <[email protected]>
  • Loading branch information
loadams and root authored Apr 18, 2024
1 parent b22706a commit 3194fe8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/amd-mi200.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: amd-mi200

on:
workflow_dispatch:
pull_request:
paths:
- '.github/workflows/amd-mi200.yml'
- 'requirements/**'
schedule:
- cron: "0 0 * * *"

Expand Down

0 comments on commit 3194fe8

Please sign in to comment.