Skip to content

Commit 210165b

Browse files
authored
[ci] Update sdk-insertions trigger to manual only (#9029)
Fixes the sdk-insertion-bump workflow to pass updated repo information. The trigger has also been disabled for now, and can be reenabled when necessary.
1 parent 1c15e45 commit 210165b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/sdk-insertion-bump.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Notify release branch change
22

33
on:
4+
workflow_dispatch:
45
# trigger for main and release branches.
5-
push:
6-
branches:
7-
- main
8-
- 'release/**'
6+
#push:
7+
# branches:
8+
# - main
9+
# - 'release/**'
910

1011
jobs:
1112
pingRemote:
@@ -30,6 +31,6 @@ jobs:
3031
token: ${{ secrets.SERVICEACCOUNT_PAT }}
3132
event-type: 'sdk_insertion'
3233
repository: 'xamarin/sdk-insertions'
33-
client-payload: '{"repository": "xamarin/xamarin-android", "branch": "${{ github.ref_name }}", "commit": "${{ github.sha }}", "commit_message": ${{ steps.commit_title.outputs.COMMIT_TITLE }} }'
34+
client-payload: '{"repository": "dotnet/android", "branch": "${{ github.ref_name }}", "commit": "${{ github.sha }}", "commit_message": ${{ steps.commit_title.outputs.COMMIT_TITLE }} }'
3435

3536

0 commit comments

Comments
 (0)