From 198759ca1bc1c60b35a9409473d495b9e2a9c803 Mon Sep 17 00:00:00 2001 From: Umputun Date: Tue, 21 Sep 2021 03:52:31 -0500 Subject: [PATCH] rename jobs to avoid confusions --- .github/workflows/ci-build.yml | 2 +- .github/workflows/ci-site.yml | 2 +- .github/workflows/ci-test-backend.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 002d9d3b..9f280683 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -23,7 +23,7 @@ on: - "!**.md" jobs: - build: + build-images: runs-on: ubuntu-latest steps: diff --git a/.github/workflows/ci-site.yml b/.github/workflows/ci-site.yml index 4731930b..8a3f4ec5 100644 --- a/.github/workflows/ci-site.yml +++ b/.github/workflows/ci-site.yml @@ -14,7 +14,7 @@ on: jobs: - build: + build-site: runs-on: ubuntu-latest steps: diff --git a/.github/workflows/ci-test-backend.yml b/.github/workflows/ci-test-backend.yml index eccb26e0..2fc457b0 100644 --- a/.github/workflows/ci-test-backend.yml +++ b/.github/workflows/ci-test-backend.yml @@ -16,7 +16,7 @@ on: - "!backend/scripts/**" - "!**.md" jobs: - backend: + test-backend: runs-on: ubuntu-latest steps: