Skip to content

Commit

Permalink
Update rocm_ci_caller.yml to use amd-master (#11)
Browse files Browse the repository at this point in the history
Update rocm_ci_caller.yml to use amd-master , until amd-mainline is aligned

Signed-off-by: Choudhary, Rahul <Rahul.Choudhary@amd.com>
  • Loading branch information
rahulc1984 authored Feb 4, 2025
1 parent d70d3fb commit 16cd712
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rocm_ci_caller.yml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 16cd712

Please sign in to comment.