Skip to content

Merge pull request #82 from solo-io/charlesthebird/compositeAction #26

Merge pull request #82 from solo-io/charlesthebird/compositeAction

Merge pull request #82 from solo-io/charlesthebird/compositeAction #26

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build-ui:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-20.04
steps:
- name: Build UI
uses: actions/build-ui