Skip to content

Commit c07178b

Browse files
authored
[infra] Update workflow names (#6714)
* fix preview workflow * fix nightlies workflow
1 parent 4f60f1e commit c07178b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/trigger-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
if: github.repository == 'apollographql/apollo-kotlin'
1212
steps:
1313
- run: |
14-
GH_REPO=${GITHUB_REPOSITORY} gh workflow run preview.yml -f branch=main -f prerelease=$(date '+%Y.%m.%d')
14+
GH_REPO=${GITHUB_REPOSITORY} gh workflow run publish-preview.yml -f branch=main -f prerelease=$(date '+%Y.%m.%d')
1515
env:
1616
GITHUB_TOKEN: ${{ github.token }}

scripts/bump-kotlin-nightlies.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ fun rebaseOnTopOfMain() {
9292
}
9393

9494
fun triggerPrWorkflow() {
95-
runCommand("gh workflow run pr --ref $BRANCH_NAME")
95+
runCommand("gh workflow run build-pull-request --ref $BRANCH_NAME")
9696
}
9797

9898
fun commitAndPush() {

0 commit comments

Comments
 (0)