Skip to content

Commit ba826d5

Browse files
committed
Correct names for workflow, jobs and workflows to trigger
1 parent 9975c96 commit ba826d5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/get-python-versions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Get Go versions
1+
name: Get Python versions
22
on:
33
schedule:
44
- cron: '0 3,15 * * *'
@@ -66,11 +66,11 @@ jobs:
6666
with:
6767
submodules: true
6868

69-
- name: Trigger "Build go packages" workflow
69+
- name: Trigger "Build python packages" workflow
7070
run:
7171
./helpers/github/run-ci-builds.ps1 -RepositoryFullName "$env:GITHUB_REPOSITORY" `
7272
-AccessToken "${{ secrets.PERSONAL_TOKEN }}" `
73-
-WorkflowFileName "build-go-packages.yml" `
73+
-WorkflowFileName "python-builder.yml" `
7474
-WorkflowDispatchRef "main" `
7575
-ToolVersions "${{ env.TOOL_VERSIONS }}" `
7676
-PublishReleases "true"

0 commit comments

Comments
 (0)