Skip to content

Commit

Permalink
ci: update ui build filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed May 26, 2024
1 parent a2b74b8 commit 7849fe1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-gsa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
build-ui:
name: Build Treemap WebUI
uses: ./.github/workflows/build-ui.yml
uses: ./.github/workflows/build-webui.yml
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-webui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
- $default-branch
paths:
- 'ui/**'
- '.github/workflows/build-ui.yml'
- '.github/workflows/build-webui.yml'
pull_request:
paths:
- 'ui/**'
- '.github/workflows/build-ui.yml'
- '.github/workflows/build-webui.yml'
workflow_call:
inputs:
external_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
build-ui:
name: Build Web UI
uses: ./.github/workflows/build-ui.yml
uses: ./.github/workflows/build-webui.yml
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 7849fe1

Please sign in to comment.