Skip to content

Commit

Permalink
Update ensure-plant-chat-ui.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eedorenko authored Dec 13, 2024
1 parent a7da70f commit 00a8fc3
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/ensure-plant-chat-ui.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
name: Ensure Plant Chat UI
name: Ensure Versions

on:
pull_request:
branches: ["main"]


jobs:
ensure:
ensure-ui:
runs-on: ubuntu-latest
permissions: write-all
name: Ensure Plant Chat UI
name: Ensure Plant Chat UI 1.1.0-6.dev

steps:
- name: Checkout Source
uses: actions/checkout@v3

ensure-api:
runs-on: ubuntu-latest
permissions: write-all
name: Ensure Plant Chat API 1.0.1-5.dev

steps:
- name: Checkout Source
Expand Down

0 comments on commit 00a8fc3

Please sign in to comment.