diff --git a/.github/workflows/build-docker-images.yml b/.github/workflows/build-docker-images.yml index 16687aca642192..e7927977d1f41d 100644 --- a/.github/workflows/build-docker-images.yml +++ b/.github/workflows/build-docker-images.yml @@ -3,7 +3,7 @@ name: Build docker images (scheduled) on: push: branches: - - run_amd_scheduled_ci_caller + - xxxrun_amd_scheduled_ci_caller repository_dispatch: workflow_call: inputs: diff --git a/.github/workflows/self-scheduled-amd-caller.yml b/.github/workflows/self-scheduled-amd-caller.yml index d7c1aa4d2ebbb6..4755bd868249ca 100644 --- a/.github/workflows/self-scheduled-amd-caller.yml +++ b/.github/workflows/self-scheduled-amd-caller.yml @@ -5,7 +5,7 @@ on: - cron: "17 2 * * *" push: branches: - - xxxrun_amd_scheduled_ci_caller* + - run_amd_scheduled_ci_caller* jobs: run_amd_ci_mi210: