Skip to content

Commit faee4d4

Browse files
author
Iswarya Alex
committed
test build
1 parent 832e24f commit faee4d4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/ryzen-ai-minimal.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
name: Ryzen AI Minimal Build
22

33
on:
4+
pull_request:
5+
branches:
6+
- main
7+
- master
8+
paths:
9+
- '.github/workflows/ryzen-ai-minimal.yml'
10+
- 'src/**'
11+
- 'ggml/**'
12+
- 'CMakeLists.txt'
13+
- '**.cmake'
414
workflow_dispatch:
515
inputs:
616
runson:
@@ -16,7 +26,7 @@ on:
1626

1727
jobs:
1828
build-ryzenai:
19-
runs-on: ${{ github.event.inputs.runson }}
29+
runs-on: ${{ github.event.inputs.runson || 'stx' }}
2030

2131
steps:
2232
- name: Checkout code

0 commit comments

Comments
 (0)