Files
rocm-systems/.github/workflows/sync-mainline.yaml
T
Elwazir, Ammar 1c10dfa51f Update Runners (#128)
Update sync-mainline.yaml
2025-06-24 15:23:11 -05:00

18 строки
555 B
YAML

name: Sync amd-mainline to public repository
on:
push:
branches: [ amd-mainline ]
jobs:
git-mirror:
runs-on: rocprof-azure-docker-emu-runner-set
steps:
- name: git-sync
uses: AMD-ROCm-Internal/rocprofiler-github-actions@git-sync-v3
with:
source_repo: "https://${{ secrets.TOKEN }}@github.com/AMD-ROCm-Internal/aqlprofile.git"
source_branch: "amd-mainline"
destination_repo: "https://${{ secrets.EXT_TOKEN }}@github.com/ROCm/aqlprofile.git"
destination_branch: "amd-mainline"