Correct names for workflow, jobs and workflows to trigger

This commit is contained in:
Maksim Shilov
2022-01-21 12:06:50 +03:00
parent 9975c96a92
commit ba826d5d0b

View File

@ -1,4 +1,4 @@
name: Get Go versions
name: Get Python versions
on:
schedule:
- cron: '0 3,15 * * *'
@ -66,11 +66,11 @@ jobs:
with:
submodules: true
- name: Trigger "Build go packages" workflow
- name: Trigger "Build python packages" workflow
run:
./helpers/github/run-ci-builds.ps1 -RepositoryFullName "$env:GITHUB_REPOSITORY" `
-AccessToken "${{ secrets.PERSONAL_TOKEN }}" `
-WorkflowFileName "build-go-packages.yml" `
-WorkflowFileName "python-builder.yml" `
-WorkflowDispatchRef "main" `
-ToolVersions "${{ env.TOOL_VERSIONS }}" `
-PublishReleases "true"