Skip to content

Commit

Permalink
Change python-lint-pytest.yml workflow name to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nunnito committed May 11, 2022
1 parent e8fdba0 commit c861512
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Linux build

on:
workflow_run:
workflows: ["Tests and lint"]
workflows: ["CI"]
types:
- completed

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-lint-pytest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Tests and lint
name: CI

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Windows build

on:
workflow_run:
workflows: ["Tests and lint"]
workflows: ["CI"]
types:
- completed

Expand Down

0 comments on commit c861512

Please sign in to comment.