Skip to content

Commit

Permalink
Update rocm_ci.yml
Browse files Browse the repository at this point in the history
sync changes from develop branch. Enables self-hosted runner and manual workflow run
  • Loading branch information
tenpercent authored Apr 1, 2024
1 parent 7fffd3d commit 554bbc4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/rocm_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@ name: ROCM_CI
on:
pull_request:
types: [labeled, synchronize, reopened]
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'

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

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 554bbc4

Please sign in to comment.