Update rocm_ci_caller.yml to use amd-master (#11)

Update rocm_ci_caller.yml to use amd-master , until amd-mainline is aligned

Signed-off-by: Choudhary, Rahul <Rahul.Choudhary@amd.com>
Dieser Commit ist enthalten in:
Choudhary, Rahul
2025-02-04 12:46:10 -08:00
committet von GitHub
Ursprung d70d3fb59f
Commit 16cd712685
+3 -2
Datei anzeigen
@@ -1,11 +1,12 @@
name: ROCm CI Caller
on:
# Commenting below to avoid re-runs of amd smi for trivial rebases
# Once Rocr team aligns update amd-master to amd-mainline
pull_request:
branches: [amd-staging, amd-mainline, amd-npi]
branches: [amd-staging, amd-master, amd-npi]
types: [opened, reopened, synchronize]
push:
branches: [amd-mainline]
branches: [amd-master]
workflow_dispatch:
issue_comment:
types: [created]