diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 285e0f3..f05c3e6 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -2,7 +2,7 @@ name: Linux build on: workflow_run: - workflows: ["Tests and lint"] + workflows: ["CI"] types: - completed diff --git a/.github/workflows/python-lint-pytest.yml b/.github/workflows/python-lint-pytest.yml index 5dcbb58..67b0bc5 100644 --- a/.github/workflows/python-lint-pytest.yml +++ b/.github/workflows/python-lint-pytest.yml @@ -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: diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index bfe6c6a..7168b9c 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -2,7 +2,7 @@ name: Windows build on: workflow_run: - workflows: ["Tests and lint"] + workflows: ["CI"] types: - completed