We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d70d3fb commit 16cd712Copy full SHA for 16cd712
.github/workflows/rocm_ci_caller.yml
@@ -1,11 +1,12 @@
1
name: ROCm CI Caller
2
on:
3
# Commenting below to avoid re-runs of amd smi for trivial rebases
4
+ # Once Rocr team aligns update amd-master to amd-mainline
5
pull_request:
- branches: [amd-staging, amd-mainline, amd-npi]
6
+ branches: [amd-staging, amd-master, amd-npi]
7
types: [opened, reopened, synchronize]
8
push:
- branches: [amd-mainline]
9
+ branches: [amd-master]
10
workflow_dispatch:
11
issue_comment:
12
types: [created]
0 commit comments