Skip to content

Commit

Permalink
chore: simplified names of the ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
adubovik committed Sep 18, 2024
1 parent 4808b09 commit 64f4da8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
run-notebooks:
name: Run example Python notebooks
name: Cookbook notebooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand All @@ -19,7 +19,7 @@ jobs:
up-flags: "--abort-on-container-exit --exit-code-from test --timeout 300"

run-quickstart-model:
name: Run quickstart model example
name: Quickstart model
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand All @@ -30,7 +30,7 @@ jobs:
up-flags: "--abort-on-container-exit --exit-code-from test --timeout 300"

run-quickstart-application:
name: Run quickstart application example
name: Quickstart application
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand All @@ -40,7 +40,7 @@ jobs:
up-flags: "--abort-on-container-exit --exit-code-from test --timeout 300"

run-quickstart-addon:
name: Run quickstart addon example
name: Quickstart addon
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand All @@ -50,7 +50,7 @@ jobs:
up-flags: "--abort-on-container-exit --exit-code-from test --timeout 300"

run-quickstart-self-hosted-model:
name: Run quickstart self-hosted model example
name: Quickstart self-hosted model
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
run-notebooks:
name: Run example Python notebooks
name: Cookbook notebooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand All @@ -20,7 +20,7 @@ jobs:


run-quickstart-model:
name: Run quickstart model example
name: Quickstart model
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand All @@ -31,7 +31,7 @@ jobs:
up-flags: "--abort-on-container-exit --exit-code-from test --timeout 300"

run-quickstart-application:
name: Run quickstart application example
name: Quickstart application
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand All @@ -41,7 +41,7 @@ jobs:
up-flags: "--abort-on-container-exit --exit-code-from test --timeout 300"

run-quickstart-addon:
name: Run quickstart addon example
name: Quickstart addon
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand All @@ -51,7 +51,7 @@ jobs:
up-flags: "--abort-on-container-exit --exit-code-from test --timeout 300"

run-quickstart-self-hosted-model:
name: Run quickstart self-hosted model example
name: Quickstart self-hosted model
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit 64f4da8

Please sign in to comment.