Skip to content

Commit 27dd8e2

Browse files
authored
Update PSDB-amd-mainline.yml
1 parent 91c8660 commit 27dd8e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/PSDB-amd-mainline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Compiler CI test
55
on:
66
pull_request:
77
branches: [amd-mainline]
8-
types: [opened, reopened, synchronize]
8+
types: [opened, reopened, synchronize, ready_for_review]
99
workflow_dispatch:
1010

1111
# A workflow run is made up of one or more jobs that can run sequentially or in parallel, below is a single job called invoke jenkins jobs
@@ -14,6 +14,7 @@ jobs:
1414
invoke_jenkins_PSDB:
1515
# The type of runner that the job will run on. For github hosted runner use (${{ 'ubuntu-latest' }}) or self-hosted for sel-hosted runner.
1616
#runs-on: ubuntu-latest
17+
if: github.event.pull_request.draft == false
1718
runs-on: self-hosted
1819
container:
1920
image: compute-artifactory.amd.com:5000/rocm-base-images/ghemu-action-ubuntu-24.04:2024101101

0 commit comments

Comments
 (0)