Skip to content

Commit

Permalink
fix: fix some ci workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Chia1104 committed Jul 22, 2023
1 parent d0db7a2 commit 759e855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"🧰 package: tsconfig":
- any: ["packages/tsconfig/**"]

"📦 package":
"ui-package":
- any: ["packages/**"]

"🚀 docs":
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Build and Test
timeout-minutes: 15
runs-on: ubuntu-latest
if: ${{ contains(github.event.pull_request.labels.*.name, '📦 package') }}
if: ${{ contains(github.event.pull_request.labels.*.name, 'ui-package') }}

steps:
- name: '🐙️ Check out code'
Expand Down

2 comments on commit 759e855

@vercel
Copy link

@vercel vercel bot commented on 759e855 Jul 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./apps/docs

chia-stack-docs.vercel.app
docs-git-main-chia-stack.vercel.app
docs-chia-stack.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 759e855 Jul 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-playground – ./playground/react

react-playground-chia-stack.vercel.app
react-playground-git-main-chia-stack.vercel.app
react-playground-chiastack.vercel.app

Please sign in to comment.