Skip to content

Commit

Permalink
rename jobs name
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Nov 21, 2023
1 parent f3734d1 commit ae52f8a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
run: echo "_BRANCH_NAME_SHA=$(echo ${{ github.event.pull_request.head.ref }} | sha256sum | cut -c -10)" >> "${GITHUB_OUTPUT}"

docs:
name: "Build Portal Bridge Documentation"
name: "Documentation"
runs-on: "ubuntu-latest"
concurrency:
group: ${{ github.ref }}-portal-docs-preview
group: ${{ github.ref }}-docs
needs:
- branch-sha
steps:
Expand All @@ -46,7 +46,7 @@ jobs:
path: apps/docs/build

advance-tools:
name: "Build Portal Bridge (Advance)"
name: "Advance Tools"
runs-on: xlabs-large-runner
concurrency:
group: ${{ github.ref }}-advance-tools
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
path: build

redirects:
name: "Build Portal Bridge"
name: "Redirects"
runs-on: "ubuntu-latest"
concurrency:
group: ${{ github.ref }}-redirects
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
path: apps/redirects/dist

usdc-bridge:
name: "Build USDC Bridge"
name: "USDC Bridge"
runs-on: "ubuntu-latest"
concurrency:
group: ${{ github.ref }}-usdc-bridge
Expand Down Expand Up @@ -187,10 +187,10 @@ jobs:
path: portal/apps/connect/dist

token-bridge:
name: "Build Portal Bridge"
name: "Token Bridge"
runs-on: "ubuntu-latest"
concurrency:
group: ${{ github.ref }}-connect-preview
group: ${{ github.ref }}-token-bridge
cancel-in-progress: true
environment: Cloudflare-Preview
needs:
Expand Down

0 comments on commit ae52f8a

Please sign in to comment.