Skip to content

Commit

Permalink
chore(ci): invoke workflows with their name
Browse files Browse the repository at this point in the history
  • Loading branch information
pyshx committed Apr 25, 2023
1 parent 88a81b8 commit fbbb766
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_collect_info.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Collect Info
name: collect-info
on:
push:
branches: [main, release/*]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ jobs:
uses: benc-uk/workflow-dispatch@v1
if: needs.info.outputs.name == 'nightly'
with:
workflow: ci_deploy_server_nightly
workflow: deploy-server-nightly
token: ${{ secrets.GPT }}
2 changes: 1 addition & 1 deletion .github/workflows/ci_server_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ jobs:
- name: Invoke ci-docker-build workflow
uses: benc-uk/workflow-dispatch@v1
with:
workflow: ci_docker_build
workflow: build-docker-image
token: ${{ secrets.GPT }}
4 changes: 2 additions & 2 deletions .github/workflows/ci_web_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:
uses: benc-uk/workflow-dispatch@v1
if: needs.info.outputs.name == 'nightly'
with:
workflow: ci_deploy_web_nightly
workflow: deploy-web-nightly
token: ${{ secrets.GPT }}
- name: Invoke ci-docker-build workflow
uses: benc-uk/workflow-dispatch@v1
with:
workflow: ci_docker_build
workflow: build-docker-image
token: ${{ secrets.GPT }}

release:
Expand Down

0 comments on commit fbbb766

Please sign in to comment.