Skip to content

Commit 5702b7d

Browse files
committed
fix: rename step
1 parent 7247b99 commit 5702b7d

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/merge-main.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,12 @@ on:
33
schedule:
44
- cron: "0 7 * * 1-5" # At 07:00 UTC (00:00 PST, 03:00 EST), Monday through Friday
55
workflow_dispatch:
6-
# TODO: REMOVE v
7-
push:
8-
branches:
9-
- main
10-
- '*-main'
11-
pull_request:
12-
branches:
13-
- main
14-
- '*-main'
15-
# TODO: REMOVE ^
166

177
jobs:
18-
test:
8+
merge:
199
runs-on: ubuntu-latest
2010
steps:
2111
- name: Merge main
22-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@fix-merge-mn
23-
# TODO: Use main instead of feature branch ^
12+
uses: awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@main
2413
with:
2514
exempt-branches: # Add any if required

0 commit comments

Comments
 (0)