From 15d21eba39d8e620056d0ff606ea8590994ab46e Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Tue, 25 Oct 2022 16:58:37 +0200 Subject: [PATCH] Rename workflow names --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2a9035253..3fc3fe56f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ env: TF_VERSION: 1.3.2 jobs: - doc-examples: + examples: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -68,7 +68,7 @@ jobs: pip install -r tests/requirements.txt pytest -vv tests/examples - examples: + blueprints: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2