Skip to content

Commit

Permalink
Update rocm_ci.yml
Browse files Browse the repository at this point in the history
Remove condition which skips ci if github event doesn't contain string 'rocm'
  • Loading branch information
tenpercent authored Apr 1, 2024
1 parent 554bbc4 commit 2449d23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/rocm_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:

jobs:
build:
if: contains(github.event.label.name, 'rocm')
runs-on: self-hosted

steps:
Expand Down

0 comments on commit 2449d23

Please sign in to comment.