From c86151262da24df742b49458dae21069c41f5e0f Mon Sep 17 00:00:00 2001 From: Nunnito Nevermind Date: Tue, 10 May 2022 19:20:48 -0600 Subject: [PATCH] Change python-lint-pytest.yml workflow name to CI --- .github/workflows/linux-build.yml | 2 +- .github/workflows/python-lint-pytest.yml | 2 +- .github/workflows/windows-build.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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