From 4cc07ab860ec97ff4f88efb024d53be3e00a8679 Mon Sep 17 00:00:00 2001 From: chvmvd <104971044+chvmvd@users.noreply.github.com> Date: Sun, 30 Apr 2023 12:47:21 +0900 Subject: [PATCH 1/3] Fix name of the CI CD --- .github/workflows/build-test.yml | 1 + .github/workflows/deploy.yml | 1 + .github/workflows/notebook-execution-test.yml | 1 + .github/workflows/preview.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 0049890c1..edb1d5ebf 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -5,6 +5,7 @@ on: jobs: build-test: + name: Build Test runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e59ad0c90..55d1b9af8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,6 +9,7 @@ permissions: jobs: build-and-deploy: + name: Build and Deploy concurrency: ci-${{ github.ref }} runs-on: ubuntu-latest steps: diff --git a/.github/workflows/notebook-execution-test.yml b/.github/workflows/notebook-execution-test.yml index 2bd588baf..c1987f272 100644 --- a/.github/workflows/notebook-execution-test.yml +++ b/.github/workflows/notebook-execution-test.yml @@ -5,6 +5,7 @@ on: jobs: notebook-execution-test: + name: Notebook Execution Test runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 1cfa9a9eb..f0fa07792 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -12,6 +12,7 @@ concurrency: preview-${{ github.ref }} jobs: deploy-preview: + name: Deploy Preview runs-on: ubuntu-latest steps: - name: Checkout From 351ac44de747cdc91c8390ba9f0013d7e09710ad Mon Sep 17 00:00:00 2001 From: chvmvd <104971044+chvmvd@users.noreply.github.com> Date: Sun, 30 Apr 2023 12:49:15 +0900 Subject: [PATCH 2/3] Fix name of the preview CI --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index f0fa07792..809d77e07 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -12,7 +12,7 @@ concurrency: preview-${{ github.ref }} jobs: deploy-preview: - name: Deploy Preview + name: Deploy PR Preview runs-on: ubuntu-latest steps: - name: Checkout From 9c3ea79f60a1a35d346553e770866b3866ea2c51 Mon Sep 17 00:00:00 2001 From: chvmvd <104971044+chvmvd@users.noreply.github.com> Date: Sun, 30 Apr 2023 13:52:17 +0900 Subject: [PATCH 3/3] Fix name of the preview CI --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 809d77e07..1611945bb 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -12,7 +12,7 @@ concurrency: preview-${{ github.ref }} jobs: deploy-preview: - name: Deploy PR Preview + name: Deploy PR Previews runs-on: ubuntu-latest steps: - name: Checkout