Skip to content

Commit 9c12249

Browse files
authored
Merge pull request #254 from sikepuri-algorithm/update-ci-name
Fix name of the CI CD
2 parents 37cc71b + 9c3ea79 commit 9c12249

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55

66
jobs:
77
build-test:
8+
name: Build Test
89
runs-on: ubuntu-latest
910
steps:
1011
- name: Checkout

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions:
99

1010
jobs:
1111
build-and-deploy:
12+
name: Build and Deploy
1213
concurrency: ci-${{ github.ref }}
1314
runs-on: ubuntu-latest
1415
steps:

.github/workflows/notebook-execution-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55

66
jobs:
77
notebook-execution-test:
8+
name: Notebook Execution Test
89
runs-on: ubuntu-latest
910
steps:
1011
- name: Checkout

.github/workflows/preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ concurrency: preview-${{ github.ref }}
1212

1313
jobs:
1414
deploy-preview:
15+
name: Deploy PR Previews
1516
runs-on: ubuntu-latest
1617
steps:
1718
- name: Checkout

0 commit comments

Comments
 (0)